@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	line-height: 1.7em;
	background-color: #F5F1F1;
	background-repeat: repeat-x;
	background-position: top;
	font: 12px verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a, a:link, a:visited {
	color: #F57C34;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	/* color: #C331FF; */
}
ul{
	padding:0;
	margin:0;
	list-style:none;	
}
p {
	padding: 0;
	margin: 0;
	line-height: 28px;
	letter-spacing: 1px;
}
#tooplate_body_wrapper {
	width: 100%;
}
#tooplate_wrapper {
	width: 978px;
	padding: 0 10px;
	margin: 0 auto;
}
#tooplate_header {
	/* width: 975px; */
	text-decoration: none;
	text-align: center;
	background: #F57C34;
}
#site_title {
	padding: 0;
	margin: 0;
	/* height: 30px; */
	line-height: 66px;
}
#site_title h1 {
	margin: 0;
}
#site_title h1 a {
	color: #FFFFFF;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}
#site_title h1 a:hover {
	/* color: yellow; */
	text-decoration: underline;
}
/* menu */

#tooplate_menu {
	padding:0;
	margin:0
;
	/* height: 75px; */
	/* line-height: 100px; */
	text-align: center;
	background: #F57C34;
}
#tooplate_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tooplate_menu ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	line-height: 45px;
}
#tooplate_menu ul li a {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 3px;
	letter-spacing: -1px;
	padding: 10px 10px;
	/* background: #fff; */
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
#tooplate_menu ul li a:hover, #tooplate_menu ul .current {
	color: #fff;
	background: #C34B03;
}
/* end of menu */

#tooplate_middle {
	clear: both;
	padding: 20px;
	overflow: hidden;
	background: #FFF;
}
#tooplate_fp_services {
	clear: both;
	width: 900px;
	height: 130px;
	padding: 10px 39px;
	background: url(../images/tooplate_services.png) no-repeat top;
}
#tooplate_main {
	clear: both;
	padding: 10px 20px;
	background: #FFF;
	overflow: hidden;
	padding-top: 0;
}
#tooplate_main p {
	margin-bottom: 10px;
}
.col_w900 {
	width: 900px;
	margin-bottom: 40px;
}
.col_w580 {
	/* width: 630px; */
	/* float: left; */
}
.col_w420 {
	width: 420px
}
.col_w280 {
	width: 280px;
	float: right;
}
#tooplate_footer {
	clear: both;
	width: 900px;
	text-align:center;
	padding:10px 0;
	/* color: #fff; */
	text-align: center;
}
#tooplate_footer a {
	color: #E45F10;
	text-decoration: underline;
}
#tooplate_footer a:hover{
	/* color: white; */
	text-decoration:none;
}
#post {
	color: #161714;
	overflow: hidden;
	clear: both;
	line-height: 23px;
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 10px;
	text-align: justify;/* padding: 10px; */
}
#post img {
	float: left;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #F57C34;
	margin-right: 10px;
	margin-top: 5px;
	width: 48%;
}
#post h2 {
	letter-spacing: -1px;
	color: #2A461F;
	border-bottom: 1px solid #F57C34;
	height: 36px;
	font-size: 18px;
	margin-bottom: 10px;
}
#post h3 {
	margin: 10px 0;
	letter-spacing: -1px;
	color: #000000;
	font-size: 15px;
}
.blocks-area {
	clear: both;
	overflow: hidden;
}
.blocks-area h2 {
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	background-color: #F57C34;
	padding: 7px;
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 5px;
	border-radius: 2px;
}
div.toppestboxes {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 18px;
	line-height: 23px;
	color: #000000;
	box-sizing: border-box;
	background: rgb(232, 232, 232);
	border-radius: 5px 5px 0 0;
	border: 1px solid #CCC;
	padding: 10px;
}
div.toppestboxes img {
	width: 40%;
	float: left;
	margin-bottom: 0px;
	margin-right: 5px;
	border-radius: 3px;
	padding: 5px;
	margin-left: 0;
	background-color: #FFF;
	border: 1px solid #CCC;
}
div.bottomBoxes {
	width: 32.9%;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 5px;
	line-height: 23px;
	color: #000000;
	box-sizing: border-box;
	background: rgb(255, 255, 255);
	border-radius: 5px 5px 0 0;
	border: 1px solid #F57C34;
	padding: 10px;
}
div.bottomBoxes img {
	width: 96%;
	margin-top: 0px;
	margin-right: 5px;
	border-radius: 3px;
	padding: 5px;
	margin-left: 0;
	background-color: #FFF;
	border: 1px solid #CCC;
}
div.bottomBoxes:nth-child(even) {
	float: right;
	margin-right: 0;
}
p.allDetails {
	float: right;
	margin-top: 10px;
}
p.allDetails a {
	padding: 5px 5px;
	background-color: #F57C34;
	border-radius: 3px;
	text-decoration: none;
	color: #FFFFFF;
}
p.allDetails a:hover {
	background: #AB4204;
	color: white;
}
/*recommended links*/
.backlinks {
	clear: both;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	border-radius: 10px;
	margin-top: 10px;
	background-color: rgb(245, 241, 241);
	color: #0A0505;
	-webkit-border: 7px 7px 7px 7px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
}
.backlinks h2 {
	border-bottom: 1px solid #CCC;
	height: 30px;
	line-height: 25px;
	font-size: 20px;
	color: rgb(245, 124, 52);
	margin-left: -10px;
	margin-bottom: 5px;
	text-indent: 10px;
}
.backlinks ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.backlinks ul li {
	border-bottom: 1px solid #C9C9C9;
	line-height: 30px;
}
.backlinks ul li a {
	background: none;
	display: inline;
	color: #F16512;
}
.backlinks ul li a:hover {
	/* color: #D21CFF; */
	background: none;
	text-decoration: underline;
}
.backlinks ul li::before {
	content: '»';
	margin-right: 10px;
	color: #737CCA;
	font-size: 17px;
}
.backlinks ul li:last-child {
	border-bottom: none;
}
div.latestboxes {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 17px;
	line-height: 23px;
	color: #442E2E;
	box-sizing: border-box;
	background: rgb(255, 255, 255);
	border-radius: 5px 5px 0 0;
	border: 1px solid #E0DCDC;
	padding: 10px;
}
div.latestboxes img {
	width: 96%;
	margin-bottom: 0px;
	margin-right: 5px;
	border-radius: 3px;
	padding: 5px;
	margin-left: 0;
	background-color: #FFF;
	border: 1px solid #CCC;
}
div.latestboxes:nth-child(3) {
	float: right;
	margin-right: 0;
}
.social {
	margin-left: 32%;
	margin-bottom: 10px;
}
.barNav {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
	background: #29A4CE;
}
.barNav li {
	border-bottom: 1px solid #CEC9C9;
}
.barNav li a {
	padding-left: 15px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 15.7px 10px;
}
.barNav li a:hover {
	text-decoration: none;
	color: white;
	border-bottom: none;
	background: #25583F;
}

@media screen and (max-width:480px){
	*{padding:0; margin:0;}
	body{ background:none;}
	#tooplate_body_wrapper{ width:100%; margin:0; padding:0}
	#tooplate_wrapper{width:100%; padding:0; margin:0;}
	#tooplate_header{width:100%; height:auto;}
	
	#site_title{ height:auto; border-bottom:1px solid #CCC;}
	#site_title h1{ line-height:30px; margin:0 15px;}
	#site_title h1 a{ font-size:65%;}
	#tooplate_footer{ width:100%; padding:10px 0; margin:0; color:#000}
	#tooplate_footer p{padding:5px 20px;}
	#tooplate_footer a{ color:blue}
	#tooplate_footer a:hover{ color:red;}
	.social{margin:10px 20px;}
	
	/*menu*/
	#tooplate_menu{ width:100%; padding:0; margin:0; height:auto;}
	#tooplate_menu ul li{display:block}
	#tooplate_menu ul li a{display:block; padding:0; margin:0; /* background:#000; */ /* color:#FFF; */ border-bottom:1px solid #CCC;}
	#tooplate_menu ul li a:hover{ /* background: #014572; */}
	
	/*banner*/
	#tooplate_middle{width:100%; padding:0}
	#tooplate_middle img{width:100%;}
	#tooplate_main{width:100%; padding:0; margin:0}
	
	/*content*/
	.col_w580, .col_w280{float:none; float:none; width:100%;}
	.spacing{ padding:0 15px;}

	#post img{width:96%; float:none;}
	div.bottomBoxes {float: none;overflow: hidden;width: 100%;}
	div.bottomBoxes img, div.toppestboxes img {	width: 97%;float: none;}
	div.latestboxes {float: none;overflow: hidden;width: 100%;}
	div.latestboxes img {width: 97%;float: none;}
	
}
