@charset "utf-8";
header.darkgrey {
	background-color:#414141;
	padding:10px 0;
}

header .logo {
	display:block;
	float:left;
	text-align:center;
}
header .logo img,
header .logo small {
	display:block;
}
header .logo img {
	width:auto;
	height:36px;
}
header .logo small {
	font-family: "Sawarabi Gothic";
	font-size:110%;
	font-style:italic;
	color:#fff;
}
header .logo:hover {
	text-decoration:none;
}

header .csc {
	float:right;
	color:#fff;
	text-align:center;
}
header .csc p {
	line-height:1;
	margin-bottom:0;
}
header .csc p span {
	font-size:200%;
}
header .csc p strong {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:300%;
}
header .csc small {
	font-size:90%;
}
.navbar_toggle {
	border:2px solid #fff;
	border-radius:4px;
}
.deco_border {
	border-bottom:2px solid rgba(221,221,221,1);
}

.voice h2 {
	font-family: "Sawarabi Gothic";
	font-size:200%;
	font-weight:700;
}
.voice .info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-basis: 100%;
/*	flex-wrap: nowrap;	*/
	flex-direction: row;
	flex-grow: 0;
	flex-shrink: 1;
	justify-content:flex-start;		/*	横整列用	*/
	align-items:center;	/*	縦整列用	*/
	text-align:left;
}

.voice .info .div01 {
	border-radius:10% 10%;
	overflow:hidden;
  width:30% !important;
}
.voice .info .div02 {
	padding-left:10px;
}
.voice .info .div02 cite {
	font-size:120%;
	font-weight:700;
}
.voice .info .div02 small {
	display:block;
	font-size:90%;
}
.voice .item p {
	font-size:100%;
	text-align:left;
	margin-top:10px;
}

.brands {
	background-color:#f1f1f1;
	padding:10px 0;
}
.brands .container {
	height: inherit !important;
}
.brands ul {
	height: inherit;
	text-align:center;
}
.brands ul li {
	display:inline-block;
	padding:0 1%;
}
.brands ul li img {
	width:auto;
	height:30px;
}



/************************Footer******************************/

@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Gudea);
.footer1 {
	background: #fff;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;/*	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003;*/
}
.title_widget {
	color: #898989;
	font-size: 130%;
	font-weight: 700;
	line-height: 1.2;
	border-left:5px solid #ea5644;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 10px;
}
/*
.title_widget::before {
	background-color: #ea5644;
	content: "";
	height: 20px;
	left: 0px;
	position: absolute;
	top: -2px;
	width: 5px;
}
*/
.widget_nav_menu ul {
	list-style: outside none none;
	padding-left: 0;
}
.widget_archive ul li {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 3px;
}
.widget_nav_menu ul li {
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 7px;
	padding-bottom: 7px;
	width: 95%;
}
.title_median {
	color: #636363;
	font-size: 140%;
	margin: 0 0 4px;
}
.footerp p {
	
}
#social:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
#social {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}






/* 
    Only Needed in Multi-Coloured Variation 
                                               */
.social_fb:hover {
	color: #3B5998;
}
.social_tw:hover {
	color: #4099FF;
}
.social_gp:hover {
	color: #d34836;
}
.social_em:hover {
	color: #f39c12;
}
.nomargin {
	margin: 0px;
	padding: 0px;
}

.copyright {
	background-color: #414141;
	color: #fff;
	text-align:center;
	padding:8px 0;
}


.contents_wrap {
	margin-top:20px;
}

.contents {
}
.contents section {
	padding-left:0;
	padding-bottom:20px;
}


aside {
	padding:0 !important;
}

.contents_wrap h2.h2 {
	padding: 0.4em 0.5em;
	margin-bottom:15px;
	font-size:160%;
	font-weight:700;
	color: #414141;
	background: #f4f4f4;
	border-left: solid 5px #ea5644;
	border-bottom: solid 3px #d7d7d7;
}
.contents_wrap h3.h3 {
	padding: 0.4em 0.5em;
	font-size:130%;
	font-weight:700;
	color: #414141;
	border-top: solid 2px #d7d7d7;
	border-bottom: solid 2px #d7d7d7;
}




.item_list article {
	border-style:solid;
	border-color:#aaa;
	border-width:1px 2px 0 2px;
	cursor:pointer;
}
.item_list article:hover {
	opacity:0.8;
}
.item_list article:last-child {
	border-width:1px 2px 2px 2px;
}
.item_list article a {
	color:#414141;
}
.item_list h3 {
	background-color:#eee;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	font-size:130%;
	font-weight:700;
	padding:10px;
	overflow:hidden;
}
.item_list h3 strong {
	float:left;
}
.item_list h3 span {
	float:right;
	background-color:#747474;
	border-radius:4px;
	padding:3px 6px 2px;
	font-size:80%;
	color:#fff;
}
.item_list .wrap {
	padding:15px;
}

.item_list .thumb {
	text-align:center;
}

.item_list .exp li {
	display:inline-block;
	width:48%;
	margin-bottom:10px;
}
.item_list .exp li span {
	background-color:#747474;
	border-radius:4px;
	padding:2px 4px 1px;
	margin-right:6px;
	font-size:90%;
	color:#fff;
}
.item_list .txt {
	font-size:110%;
	margin-bottom:10px;
}
.item_list .price {
	font-size:120%;
	font-weight:700;
	text-align:right;
	background-color:#eee;
	padding-right:10px;
}
.item_list .price strong {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:150%;
}

.exp_fee {
	margin-bottom:15px;
}
.exp_fee .exp {
	font-size:120%;
}
.exp_fee .fee {
	text-align:right;
}
.exp_fee .fee span {
	font-size:130%;
	font-weight:700;
	color:#ea5644;
}
.exp_fee .fee span strong {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:150%;
	line-height:1;
}

.contact_area ul {
	display:table;
	margin:0 auto 20px;
}
.contact_area ul li {
	display:table-cell;
	vertical-align:middle;
	
}
.contact_area ul li.tel {
	
	font-weight:700;
	line-height:1;
	padding-right:15px;
}
.contact_area ul li.tel span {
	font-size:200%;
	
}
.contact_area ul li.tel strong {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:300%;
}
.contact_area ul li.contact_btn a {
	display:block;
	background: #d73515; /* Old browsers */
	background: -moz-linear-gradient(top,  #d73515 0%, #c32809 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d73515 0%,#c32809 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d73515 0%,#c32809 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73515', endColorstr='#c32809',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	padding:10px;
	font-size:140%;
	font-weight:700;
	color:#fff;
}
.contact_area ul li.contact_btn a:hover {
	text-decoration:none;
	background: #c32809; /* Old browsers */
	background: -moz-linear-gradient(top,  #c32809 0%, #d73515 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c32809 0%,#d73515 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c32809 0%,#d73515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c32809', endColorstr='#d73515',GradientType=0 ); /* IE6-9 */

}




.sitemap {
	
}
.sitemap h3 {
	padding: 0.4em 0.5em;
	margin-bottom:10px;
	font-size:130%;
	font-weight:700;
	color: #414141;
	border-top: solid 2px #d7d7d7;
	border-bottom: solid 2px #d7d7d7;
}

.sitemap dt {
	font-size:110%;
	font-weight:700;
	margin-bottom:6px;
}
.sitemap dd {
	line-height:1.1;
	margin-bottom:4px;
}
