@charset "EUC-JP"



/* BASIC =============================================================================================== */



body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
	}

body {
	height: 100%;
	background: #FFF;
	text-align: center;
	}

img,table {
	border: none;
	}

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



/* BASE FONT =============================================================================================== */



body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Verdana, Arial, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 150%;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: small;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	}

/* Opera 9 */
;;body{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Verdana, Arial, sans-serif;
}

/* Internet Explorer 7 */
*:first-child+html body{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Verdana, Arial, sans-serif;
}

/* Internet Explorer 6 or sooner */
* html body{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Verdana, Arial, sans-serif;
}




/* FONT =============================================================================================== */



a {
	color: #333;
	text-decoration: none;
	}
	
a:link {
	color: #333;
	text-decoration: underline;
	}
	
a:visited {
	color: #333;
	text-decoration: underline;
	}
	
a:hover {
	color: #999;
	text-decoration: underline;
	}
	
a:active {
	color: #666;
	}



/* FOOTER ########################################################################################## */



.foot_container {
	height: 55px;
	width: 780px;
	}
	
.foot {
	width: 780px;
	height: 15px;
	margin: 20px 0;
	}
	
.foot_navi {
	width: 294px;
	height: 15px;
	float: left;
	}

.foot_navi ul.foot_navigation li {
	list-style: none;
	display: block;
	text-indent: -9999px;
	float: left;
	height: 15px;
	}

.foot_navi ul.foot_navigation li a {
	display: block;
	text-decoration: none;
	height: 15px;
	background: url(/design/mutatokyo/images/ec/btn_foot_navi.gif) no-repeat;
	}

.foot_navi ul.foot_navigation li.foot_navigation_tokutei { width: 120px; }
.foot_navi ul.foot_navigation li.foot_navigation_privacy { width: 118px; }
.foot_navi ul.foot_navigation li.foot_navigation_kiyaku  { width: 56px; }

.foot_navi ul.foot_navigation li.foot_navigation_tokutei a { background-position: 0 0; }
.foot_navi ul.foot_navigation li.foot_navigation_privacy a { background-position: -120px 0; }
.foot_navi ul.foot_navigation li.foot_navigation_kiyaku a  { background-position: -238px 0; }

.foot_navi ul.foot_navigation li.foot_navigation_tokutei a:hover { background-position: 0 100%; }
.foot_navi ul.foot_navigation li.foot_navigation_privacy a:hover { background-position: -120px 100%; }
.foot_navi ul.foot_navigation li.foot_navigation_kiyaku a:hover  { background-position: -238px 100%; }

.copyright {
	width: 215px;
	height: 15px;
	float: right;
	}



/* COMMON ########################################################################################## */



.common_container {
	width: 630px;
	margin: 0;
	padding: 0;
	}

.common_frame {
	padding-left: 20px;
	}
	
.common {
	width: 610px;
	padding-bottom: 40px;
	text-align: left;
	}

.common_title {
	width: 610px;
	margin-bottom: 10px;
	}
		


/* MEMBER ########################################################################################## */



.member_yakuka {
	margin: 40px auto;
	text-align: center;
	}

.member_yakuka textarea {
	width: 570px;
	}
	
.member_yakuka p {
	margin-top: 20px;
	}

.member_yakuka_btn {
	margin-top: 20px;
	clear: both;
	}

.member_yakuka_btn ul {
	margin: 0 auto;
	width: 242px;
	}

.member_yakuka_btn li {
	display: inline;
	margin: 0 5px;
	float: left;
	}

.member_text {
	margin: 0 10px;
	text-align: left;
	}

.member_touroku {
	padding: 30px;
	margin: 0 20px;
	border: #DDD 5px solid;
	}

.member_frame {
	border: #DDD 5px solid;
	margin: 20px 10px 0;
	padding: 20px 40px 20px 20px;
	text-align: left;
	}

.member_frame_r {
	float: right;
	}

.member_frame_l {
	float: left;
	}

.member_frame_l ul {
	margin-top: 5px;
	list-style: inside disc;
	}

.member_frame_b {
	padding-top: 15px;
	clear: both;
	}

.member_login {
	height: 25px;
	float: left;
	}

.member_login input {
	height: 20px;
	width: 120px;
	border: #CCC 1px solid;
	margin: auto 15px auto 10px;
	}

.member_frame2_r {
	float: right;
	margin: auto 0;
	}

.emphasis {
	font-size: 14px;
	font-weight: bold;
	}

.member_lost_form {
	float: left;
	}

.member_lost_form td {
	padding:0 10px 0 0;
	}

.member_lost_form input {
	height: 20px;
	width: 300px;
	border: #CCC 1px solid;
	}

.notice {
	color: #F00;
	font-weight: bold;
	}

.member_lost_text {
	margin: 20px 10px 0;
	text-align: left;
	}



/* SHOPPING CART ########################################################################################## */



.line01 {
	height: 1px;
	background: #DDD;
	}



/* ORDER CONTRACT ########################################################################################## */



.ordercontract table {
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	text-align: left;
	margin: 40px 10px;
	}

.ordercontract th {
	font-size: 11px;
	line-height: 160%;
	width: 150px;
	background: #EEE;
	padding: 10px;
	border-bottom: solid 1px #DDD;
	border-right: solid 1px #DDD;
	}

.ordercontract td {
	font-size: 11px;
	line-height: 160%;
	padding: 10px;
	border-bottom: solid 1px #DDD;
	border-right: solid 1px #DDD;
	}



/* PRIVACY POLICY ########################################################################################## */



.privacypolicy {
	font-size: 11px;
	line-height: 160%;
	margin: 40px 10px;
	}

.headline1 {
	font-weight: bold;
	margin-top: 30px;
	}

.list1 {
	margin-left: 15px;
	list-style: disc;
	list-style-position: outside;
	}

.list2 {
	margin-left: 25px;
	list-style: circle;
	list-style-position: outside;
	}



/* PRIVACY POLICY ########################################################################################## */



.kiyaku {
	font-size: 11px;
	line-height: 160%;
	margin: 40px 10px;
	}

.list3 {
	margin-left: 25px;
	list-style: decimal;
	list-style-position: outside;
	}

.list4 {
	margin-left: 25px;
	list-style: lower-roman;
	list-style-position: outside;
	}



/* GUIDE ########################################################################################## */



.guide_subtitle {
	margin: 40px 0 10px;
	}

.guide_content {
	font-size: 11px;
	line-height: 160%;
	margin: 0 10px;
	}

.guide_content img {
	margin: 10px 0;
	}

.guide_content table {
	margin: 10px 0;
	}



/* SEARCH ########################################################################################## */



.search_searchname {
	padding: 10px;
	border: #DDD 1px solid;
	margin: 40px 10px 10px;
	}

.search_result {
	margin: 0 10px 20px;
	}

.search_change {
	margin: 0 10px 10px;
	text-align: right;
	}

.search_inputarea {
	border: #DDD 5px solid;
	margin: 0 10px 40px;
	padding: 20px 30px 20px 20px;
	}

.search_inputarea table {
	float: left;
	}

.search_searchstart {
	float: right;
	}

.search_inputarea table td.size_l input {
	height: 20px;
	width: 250px;
	border: #CCC 1px solid;
	}

.search_inputarea table td.size_m input {
	height: 20px;
	width: 150px;
	border: #CCC 1px solid;
	}

.search_result_list {
	margin: 0 5px 40px;
	}

.search_result_quantity input {
	border: #CCC solid 1px;
	}



/* CONTACT ########################################################################################## */



.contact {
	text-align: left;
	}

.contact_title {
	background: url(/design/mutatokyo/images/ec/bg_contact.gif) repeat-x;
	}

.contact_title img {
	margin: 13px 0 11px 13px;
	}

.contact_box {
	width: 404px;
	margin: 30px 20px 0;
	}

.contact_box input {
	width: 404px;
	border: #CCC 1px solid;
	}

.contact_box textarea {
	width: 404px;
	border: #CCC 1px solid;
	margin-bottom: 20px;
	}

.contact_box_txt {
	font-size: 11px;
	font-weight: bold;
	}

.contact_btn {
	margin-right: 10px;
	float: left;
	}


/* 共通 ########################################################################################## */



/* clearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix {
	min-height: 1px;
	}

* html .clearfix {
	height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
	}

