@charset "utf-8";
@import url("css/head.css");
@import url("css/top.css");
@import url("css/side.css");
@import url("css/foot.css");
@import url("css/page.css");
@import url("css/archive.css");
@import url("css/single.css");
@import url("css/content.css");
@import url("css/meanmenu.css");
@import url("css/ibrec.css");
/*

Theme Name: DATA MAX 9　290627広告導入前backupデータ
Theme URI: http://coralqualia.com/
Description: Original Theme
Version: 006
Tags: coralqualia Original
Author: coralqualia
Author URI: http://coralqualia.com/

*/

/* body
--------------------------------------------------*/
body {
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
	color: #404040;
	font-family: "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,  sans-serif;
	margin: 0;
	padding: 0;
	word-wrap:break-all;
 word-wrap:break-word;
}

* {
margin:0;
padding:0;
}

code {
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
	color: #403A3A;
}

ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a:link{
	text-decoration: none;
	color: #4E7CB8;
}

a:visited{
	text-decoration: none;
	color: #4E7CB8;
}

a:hover{
	text-decoration: none;
	color: #CC6600;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

a:link img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

strong.point{
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
	color: #404040;
}

h1{
	font-size: 140%;
	margin-bottom: 10px;
	line-height: 140%;
}

h2{
	font-size: 130%;
	margin-bottom:10px;
	line-height: 130%;
}

h3{
	font-size: 120%;
	margin-bottom:10px;
	line-height: 110%;
}

h4{
	font-size: 110%;
	margin-bottom:10px;
	line-height: 100%;
}

h5{
	font-size: 100%;
	margin-bottom:10px;
	line-height: 90%;
}


hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}


/* boder
--------------------------------------------------*/
.boder_none{
	border:none;
}


/* admin
--------------------------------------------------*/
#wp-admin-bar-comments,#wp-admin-bar-wp-logo{
	display:none;
}



/* wrapper
--------------------------------------------------*/
#wrapper {
	width: 1000px;
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

section{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom:10px;
}






/* some input
--------------------------------------------------*/
input {
	background: #FFFFFF;
	border: 1px solid #404040;
	padding: 3px;
	font-size: 90%;
	color: #404040;
}

input:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

input:focus {
	background: #FFFFFF;
	border: 1px solid #303030;
}




/* contactform7
--------------------------------------------------*/

.wpcf7-mail-sent-ok{
	clear: both;
}


.wpcf7-validation-errors{
	clear: both;
}

span.wpcf7-list-item {
	display: block;
	padding: 2px;
}

.linkArea{
}

.linkArea a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#submit_btn{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	background-color: #1D2A4E;
	color: #FFFFFF;
}



/* pagination
--------------------------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#555555;
	background: #cccccc;
}
 
.pagination a:hover{
	color: #fff;
	background-color: #555555;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #555555;
	color:#fff;
}






/* breadcrumbs
--------------------------------------------------*/
#breadcrumbs{
	font-size: 80%;
}


.entry div.betterrelated{
	display:none;
}






#renew_bnr{
	width: 100%;
	height: auto;
	float: left;
}

#renew_bnr img{
	width: 100%;
	height: auto;
	float: left;
}





@media screen and (max-width: 768px) {
	/* 479px以下用（スマートフォン用）の記述 */
/* wrapper
--------------------------------------------------*/
#wrapper {
	width: 96%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

}



@media screen and (max-width: 479px) {
	/* 479px以下用（スマートフォン用）の記述 */
/* wrapper
--------------------------------------------------*/
#wrapper {
	width: 96%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

}




