@charset "UTF-8";
/* under_CSS Document */

/*********************************************
/*

section

/********************************************/

/* 共通エレメント (contact)
--------------------------------------- */



/****************************************
.mainblock
****************************************/


/* お問い合わせ
---------------------------------------------*/

div#contact{
	padding-top:15px;
}

div#contact p {
	padding:0 0 14px;
	margin:0;
}

div#contact form {
    margin: 0 0 14px;
    padding: 20px 20px 0;
    background: #f8f8f8;
}

div#contact dl {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

div#contact dl dt {
    font-weight: bolder;
		margin-bottom: 4px;
}

div#contact dl dt span {
    font-size: 70%;
    color: #f00;
}

div#contact dl dd {
    margin-bottom: 15px;
    margin-left: 0;
}

div#contact dl dd input {
    width: 100%;
    height: 2em;
}

div#contact dl dd.category-block {
	background: #fff;
	padding: 0.5em 1em 0.5em 1em;
}

div#contact dl dd.category-block span{
	display: inline-block;
	width:auto;
	margin-right: 15px;
}

div#contact dl dd.category-block span input {
	vertical-align: -7px;
	width: auto;
	display: inline-block;
	margin-right: 0.4em;
}

div#contact dl dd.category-block span label {
	font-weight: normal;
}


div#contact dl dd input[type=radio] {
    width: auto;
}

div#contact dl dd textarea {
    width: 100%;
    height: 10em;
}

div#contact dl dd select {
    height: 2em;
}

div#contact dt:before {
    content: "\02666";
    padding-right: 0.5em;
    font-size: 0.5em;
    vertical-align: text-top;
    color: #d4d0c9;
}

div#contact ul {
    text-align: center;
}

div#contact ul li {
    display: inline-block;
}

.pref {
    margin-bottom: 5px;
}

div#contact ul li input{
	display:block;
	background: #febf01; /* Old browsers */
	background: -moz-linear-gradient(top,  #febf01 0%, #fe9d01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febf01), color-stop(100%,#fe9d01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #febf01 0%,#fe9d01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #febf01 0%,#fe9d01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #febf01 0%,#fe9d01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #febf01 0%,#fe9d01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#fe9d01',GradientType=0 ); /* IE6-9 */
	border:1px solid #ac8b26;
	margin:0 20px 30px;
	font-size:100%;
	text-decoration:none;
	border-radius:3px;
	padding:5px 30px;
	box-shadow:2px 2px 1px #ccc;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	color:#67510e;
	text-shadow:1px 1px 1px #f9e1b4;
	cursor:pointer;
	height:auto;
}

div#contact ul li input:hover{
	background: #fe9d01; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe9d01 0%, #febf01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe9d01), color-stop(100%,#febf01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe9d01 0%,#febf01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe9d01 0%,#febf01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe9d01 0%,#febf01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe9d01 0%,#febf01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9d01', endColorstr='#febf01',GradientType=0 ); /* IE6-9 */
	box-shadow:none;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
	main#contact p {
		padding:0 14px 14px;
	}

	main#contact section form{
		margin:0 10px 14px;
		padding:10px 15px 0;
		background:#f8f8f8;
	}

	div#contact dl dd{
		margin-left:0;
	}

	div#contact dl dd.category-block {
    border: none;
	}
}


/* confirm
---------------------------*/
div#contact dl#confirm dd {
    color: #004ea2;
}


/* CLEAR FIX
---------------------------*/


.clearfix:after
{
     clear: both;
     content: ".";
     display: block;
     height: 0;
     line-height: 0;
     visibility: hidden;
}
.clearfix {
     zoom: 1;
}


/* # mediaのbootstrapの補足的に使うプロパティ
---------------------------------------------------------------------------- */

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
}
/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
}
/* 大デバイス（デスクトップ, 992px 以上） */
@media (min-width: 992px) and (max-width: 1199.99px) {
}
/* 特大デバイス（ワイド・デスクトップ, 1200px 以上） */
@media (min-width: 1200px) {}
