@charset "UTF-8";

/*=======================================
			base and cullumn Around CSS Allstart
=======================================*/


/* ===================================
	reset Area
	=================================== */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	font-size:16px;
	color:#282828;
	color:#fff;				/*メガトン*/
	word-break:break-all;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

img{
	border:none;
	padding:0;
	margin:0;
	max-width:100%;
	height:auto;
}

body{
	min-width:320px;
/*	メガトン追加	*/
	background: #333;
}


/* ===================================
	color design
=================================== */

/*-----------------------------------------------
	a-design
-----------------------------------------------*/
a {
color: #0033cc;
text-decoration: underline;
outline:none;
}


a:hover {
color: #c33;
text-decoration: none;
}

.bold{
	font-weight:bold;
}

/* ===================================
	font-size
	=================================== */

.fs-10px{font-size:10px !important;}
.fs-12px{font-size:12px !important;}
.fs-14px{font-size:14px !important;}
.fs-16px{font-size:16px !important;}
.fs-18px{font-size:18px !important;}
.fs-20px{font-size:20px !important;}
.fs-22px{font-size:22px !important;}
.fs-24px{font-size:24px !important;}
.fs-26px{font-size:26px !important;}
.fs-28px{font-size:28px !important;}
.fs-30px{font-size:30px !important;}
.fs-32px{font-size:32px !important;}
.fs-34px{font-size:34px !important;}
.fs-36px{font-size:36px !important;}
.fs-38px{font-size:38px !important;}
.fs-40px{font-size:40px !important;}

/* ===================================
	color
	=================================== */
.f-red{color:#c00 !important;}
.f-orange{color:#FF5C19 !important;}
.f-pink{color:#E30B79 !important;}
.f-blue{color:#06517F !important;}
.f-yellow{color:#DEDB16 !important;}
.f-green{color:#35D235 !important;}


/*================================
			culumn area
================================*/


/* ---------------------------------------------------
		culumns max-width settings
--------------------------------------------------- */

#header-wrap,
.head-bottom .hb-user-name-wrap,
#container,
#disp-switch{
max-width:940px;
margin:0 auto;
}






/* ---------------------------------------------------
		head
--------------------------------------------------- */


#head{
border-bottom:solid 2px #aa8953;
}
#header-wrap{
	padding:0 10px;
}
#h-logo{
	float:left;
	padding:6px 0;
}
#h-logo a{
	display:block;
}
#h-logo img{
	display:block;
	width:120px;
	height:auto;
}
@media (min-width:480px){
	#h-logo img{
		width:160px;
	}
}
@media (min-width:640px){
	#h-logo img{
		width:200px;
	}
}

#h-memmenu{
	float:right;
}

#h-memmenu div{
	float:right;
}

#head .head-search{
	float:left;
	width:67px;
	height:30px;
	padding:5px 0;
	margin-right:10px;
}

#head .head-search a{
	display:block;
	width:67px;
	height:30px;
	overflow:hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat:no-repeat;
	background-image:url(/mihoudai/smt/imgs/header/btn-search.png);
}



#h-memmenu .head-menu{
	float:right;
	width:120px;
	height:32px;
	padding:4px 0;
}

#h-login .head-login{
	float:right;
	width:160px;
	height:32px;
	margin:4px 0;
}

@media (min-width:480px){
	#h-memmenu .head-menu{
		padding:8px 0;
	}
	
	#h-login .head-login{
		margin:8px 0;
	}
}

@media (min-width:640px){
	#h-memmenu .head-menu{
		padding:12px 0;
	}
	
	#h-login .head-login{
		margin:12px 0;
	}
}


#h-memmenu .head-menu a{
	display:block;
	width:120px;
	height:32px;
	overflow:hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat:no-repeat;
	background-size:contain;
}

#h-login .head-login a{
	display:block;
	float:left;
	width:80px;
	height:32px;
	overflow:hidden;
	text-indent: 100%;
	white-space: nowrap;
}


#h-login .head-login{
	background-image:url(/mihoudai/smt/imgs/header/btn-login.png);
	background-repeat:no-repeat;
	background-size:contain;
}

#h-memmenu .head-menu a{
	background-image:url(/mihoudai/smt/imgs/header/btn-menu.png);
}



.head-bottom{
	width:100%;
	background-color:#aa8953;
}
.head-bottom .hb-user-name{
	padding:0 10px;
	font-weight:bold;
}
.head-bottom .hb-user-name-wrap{
	position:relative;
	padding-right:40px;
	text-align:right;
	overflow:hidden;
	white-space:nowrap !important;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color:#fff;
}
.head-bottom .hb-user-name-wrap span{
	display:block;
	position:absolute;
	right:10px;
	top:0;
	
}



/*-----------------------------------------------------
		container
-----------------------------------------------------*/
#container {
	padding:0 10px;
	margin: 20px auto 40px;
	margin-top:10px;
}

/*------------------------------------------------
			disp-switch culmun Area
------------------------------------------------*/
#disp-switch{
	text-align:center;
	margin:0 auto 10px;
}
#disp-switch span{
}

/*------------------------------------------------
			foot culmun Area
------------------------------------------------*/

#footer-area{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
	background-color:#f0f0f0;
}

.onfooter{
}
.fnavi-wrap{
	text-align:center;
}
.ft-navi{
	padding:0 10px;
	background-color:#ddd;
}
.fb-navi{
	padding:0 10px;
}


.ft-navi li{
	display:inline-block;
	margin:2px 0;
	padding:0 0.5em;
	border-right:solid 1px #999;
}

.fb-navi li{
	display:inline-block;
	margin:2px 0;
	padding:0 0.5em;
	border-right:solid 1px #999;
}
.ft-navi li.bn,
.fb-navi li.bn{
	border-right:none;
}

.ft-navi li a,
.fb-navi li a{
	font-size:14px;
	color:#333;
	text-decoration:none;
}
.ft-navi li a:hover,
.fb-navi li a:hover{
	color:#c00;
}

.fb-navi{
	margin-bottom:10px;
}
.fb-navi li{
}


footer p{
	display:block;
	margin:10px auto 0;
	text-align:center;
	color:#444;
}

.copyright span{
	white-space:nowrap;
}

.foot_tel p{
margin:0;
}

.foot_tel{
	margin:10px auto;
	text-align:center;
}
.foot_tel .ft-top{
	font-size:16px;
}
.foot_tel .ft-bottom{
	font-size:16px;
}


@media (max-width:340px){
	.foot_tel .ft-top{
		font-size:0.9em;
	}
}

.foot_tel p{
}
.foot_tel img{
	display:block;
	width:100%;
	max-width:300px;
	max-height:43px;
	margin:0 auto;
	height:auto;
}

/*============================
			Around parts Area
============================*/




/*------------------------------------------------
			Main Culumn Title bar
------------------------------------------------*/

.bar-red {
	background-image: url(/mihoudai/smt/imgs/bar/list-bar-red.gif) !important;
}
.bar-black{
	background-image: url(/mihoudai/smt/imgs/bar/list-bar-black.gif) !important;
	}
.bar-blue{
	background-image: url(/mihoudai/smt/imgs/bar/list-bar-blue.gif) !important;
	}
.bar-yellow{
	background-image: url(/mihoudai/smt/imgs/bar/list-bar-yellow.gif) !important;
	}
.bar-grey{
	background-image: url(/mihoudai/smt/imgs/bar/list-bar-grey.gif) !important;
	}
.bar-cyan{
	background-image: url(/mihoudai/smt/imgs/bar/list-bar-cyan.gif) !important;
	}

.bar-black,.bar-red,.bar-blue,.bar-yellow,.bar-grey,.bar-cyan {
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	margin-bottom:15px;
	background-repeat: no-repeat;
	text-align:center;
}



/* ===================================
	formparts-design Area
	=================================== */

.text-input{
border:solid 1px #ccc;
border-radius:5px;
font-size:20px;
font-weight:bold;
}

select,option{
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* ===================================
	caution-link
	=================================== */

#caution-link{
	display:block;
	text-align:left !important;
	margin:10px  5px 20px;
	line-height:1;
}
#caution-link a{
	display:inline;
	text-decoration:underline;
	color:#33c;
}



/*	SSL-seal Area Add 20140408 START
------------------------------------------*/


.ssl-seal{
	max-width:500px;
	margin:0 auto;
	padding:40px 0;
}

.ssl-seal img{
	float:left;
	display:block;
	margin-right:12px;
}

.ssl-seal .ssl-comment{
	margin-left:110px;
	font-size:14px;
}
.ssl-seal .ssl-comment strong{
	display:block;
	margin-bottom:0.5em;
}




/*	SSL-seal Area Add 20140408 END
------------------------------------------*/


/* ===================================

	Clearfix Area

	=================================== */
.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
line-height: 0;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* for macIE \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* end of for macIE */
