/*
Theme Name:食遊彩々
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Text Domain: twentytwelve
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

@media screen and (min-width: 768px)
.form-btn-return {
	float: none;
}
.form-btn {
	display: inline-block;
}
.form-btn-box {
	margin: 0 10px 50px 10px;
	text-align: center !important;
}
.btn-attention-block-large, .btn-block-large {
	max-width: 360px;
}
.btn-attention-block-large {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif;
	width: 100%;
	background: #004ea1;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 80px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.font-icon:before {
	font-family: FontAwesome;
	content: "\f0da";
	margin-left: 5px;
}

.page_coverage_form input, .page_coverage_form textarea {
    max-width: 90%;
    box-sizing: border-box;
    border: 2px solid #d8d8de;
    font-size: 95%;
    padding: .5em;
    margin-bottom: .25em;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention-block-large:focus,
.btn-attention-block-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-block-large:hover {
	background: #014991;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
	background: #014991;
}
.btn-large {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif;
	background: #999;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	margin-right: 5px;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}

.btn-top a {
    background: #004ea1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff !important;
    font-size: .8em;
    display: block;
    line-height: 1;
    margin-top: 20px;
    padding: .5em;
    text-align: center;
		text-decoration: none;
    white-space: nowrap;
    width: 10%;
}
.btn-top a:hover {
    background: #014991;
		text-decoration: none;
}
.column-image-center,.column-media-center{float:none;margin-left:auto;margin-right:auto;margin-bottom:10px;text-align:center}
.acms-col-sm-6{float:left;width:50%}
.nocaption,.acms-entry [class*=column-image-]
.nocaption,.acms-entry [class*=column-media-]
.nocaption,.acms-entry [class*=column-video-]
/* +++++++++++++++++++++++++++++++++++　共通パーツ */
/* 共通ボタン1 */
.base-btn01{
}
.base-btn01 a{
	display: inline-block;
	border-radius: 5px;
	padding:13px 80px;
	background-color:#004EA1;
	color:#FFF;
	text-align:center;
	font-size:16px;
	text-decoration:none;
}
.base-btn01 a:hover{
	background-color:#0E84CB;
}
.base-btn01 a span{
	padding-left:15px;
	background: url(/themes/mics/img/common/icon05.png) no-repeat left center;
}
/* 共通ボタン1(外部リンク) */

.base-btn01-out{
}
.base-btn01-out a{
	display: inline-block;
	border-radius: 5px;
	padding:13px 80px;
	background-color:#004EA1;
	color:#FFF;
	text-align:center;
	font-size:16px;
	text-decoration:none;
}
.base-btn01-out a:hover{
	background-color:#0E84CB;
}
.base-btn01-out a span{
	padding-left:20px;
	background: url(/themes/mics/img/common/icon06.png) no-repeat left center;
}

/* 共通ボタン2 */

.base-btn02 a{
	display:block;
	border-radius: 3px;
	padding:20px;
	box-shadow: 0 0 0 1px #ccc;
	border: solid 1px #fff;
	background-color:#CCCCCC;
    background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	text-align:center;
	font-size:20px;
	text-decoration:none;
}
.base-btn02 a:hover{
	background-color:#dddddd;
    background: -moz-linear-gradient(top, #FFFFFF, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#dddddd));
}
.base-btn02 a span{
	padding-left:25px;
	background: url(/themes/mics/img/common/icon04.png) no-repeat left center;
}

/* 共通ボタン4 */
.base-btn04 a{
	display: inline-block;
	border-radius: 5px;
	padding:13px 65px;
	background-color:#e67717;
	color:#fff;
	text-align:center;
	font-size:16px;
	text-decoration:none;
}
.base-btn04 a:hover{
	background-color:#fd9c34;
}
.base-btn04 a span{
	padding-left:20px;
	background: url(/themes/mics/img/common/icon06.png) no-repeat left center;
}
.center251121{
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    outline: 0;
}
center251121{
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    outline: 0;
}
#center251121{
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    outline: 0;
}
#contents .t-center1020 {
    text-align: center;
	margin: 10px; /* 上下左右すべて10px */
padding: 20px; /* 上下左右すべて20px */
}
hr.line01 {
border: none;
border-top: dotted 1px #333;
}
hr.line02 {
    border: none;
    border-top: double 3px #333;
}
#common-footer #page-top #blue-line{
    margin-bottom: 20px;
    padding: 10px 0 5px 0;
    background-color: #024EA2;
    text-align: center;
}
.blue-line{
    margin-bottom: 20px;
    padding: 10px 0 5px 0;
    background-color: #024EA2;
    text-align: center;
}
blue-line{
    margin-bottom: 20px;
    padding: 10px 0 5px 0;
    background-color: #024EA2;
    text-align: center;
	color: rgb(255, 255, 255);
}
.container2511 {
border: 1px solid #000;
}
.left2511 {
float: left;
width: 50%;
background-color: lightblue;
}
.right2511 {
float: right;
width: 50%;
background-color: lightgreen;
}
.clear2511 {
clear: both;
background-color: lightgray;
text-align: center;
}
.white-text {
    color: #ffffff !important; /* 16進数で白 */
  }
.page_coverage_form table {
    border-top: 2px solid #0052a8;
    border-right: 2px solid #0052a8;
    width: 90%;
	    max-width: 90%;
    font-size: 90%;
	margin:auto	
}
.sub-ttl02 {
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 3px;
    font-size: 16px;
    color: #004DA0;
    font-weight: bold;
}
.ml50mr10 {
    margin-left: 50px !important;
    margin-right: 10px !important;
}
.sppace10 {
    padding: 10px 10px 10px 20px;
    margin: 10px 10px 10px 20px;
}
.page_introduction_lead60 {
    padding: 10px 10px 10px 20px;
    margin: 10px 10px 60px 20px;
}
.ouboshimekiri {
    border-radius: 5px;
    letter-spacing: 2px;
    background-color: #005bac;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 800;
    color: #ffffff;
    font-size: 24px;
    padding: 10px 10px 10px 20px;
    margin: 10px 10px 10px 20px;
}
.oubokikantxt {
    letter-spacing: 2px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 800;
    color: #2d2d2d;
    font-size: 24px;
    padding: 10px 10px 10px 20px;
    margin: 10px 10px 10px 20px;
}
#inquiry-area .inquiry-box {
    background: #fff;
    margin-bottom: 10px;
    padding: 25px 20px 20px 20px;
    text-align: center;
}
.page_introduction_lead {
    margin-bottom: 60px;
}
.page_introduction_detail, .page_introduction_index, .page_introduction_lead {
    width: 90%;
    max-width: 1170px;
    margin: auto;
}
#contents .ttl--s .main {
    font-size: 153%;
    display: block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    line-height: 1.5;
	    padding: 10px 10px 10px 20px;
    margin: 10px 10px 10px 20px;
}
#contents .bg_presenttitle {
    background-color: #fff000;
    background-image: repeating-linear-gradient(-45deg, #feeb00, #feeb00 15px, transparent 0, transparent 30px);
}
.shokuyu_page {
    width: 85%;
    max-width: 900px;
    margin: auto;
}
#contents .maituski {
  width: 50%;
    background-image: linear-gradient(180deg, rgba(218, 250, 48, 1), rgba(228, 218, 47, 1) 82%, rgba(253, 134, 44, 1));
    margin: auto;
}
#contents .ttl--s .maitsukitxt {
    font-size: 100%;
    display: block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    line-height: 1.5;
	    padding: 10px 10px 10px 20px;
    margin: 10px 10px 10px 20px;
}
.space10center {
    padding: 10px 10px 10px 20px;
    margin: 10px 10px 10px 20px;
	    text-align: center;
}
.page_coverage_form table {
    border-top: 2px solid #0052a8;
    border-right: 2px solid #0052a8;
    width: 90%;
	    max-width: 95%;
    font-size: 90%;
	margin:auto	
}
.page_coverage_form table td {
    padding: 1em;
    border-bottom: 2px solid #0052a8;
    border-left: 2px solid #0052a8;
	text-align: left; 
}
.page_coverage_form table th {
    padding: 1em;
    border-bottom: 2px solid #0052a8;
    border-left: 2px solid #0052a8;
	text-align: left; 
	    width: 30%;
	    max-width: 30%;
}