@charset "Shift_JIS";

/* -----------------------------------------------------------
CSS Information

Site URL:       https://www.cosme.net/
File name:      mod-common.css
Created:        2012-05-16
Last update:    2012-05-16
by Author Style Info: [_thickbox(iframeΰ)p€ΚCSS
----------------------------------------------------------- */

/* -----------------------------------------------------------
Table of Contents

* reset
* font
* clearfix
* general
* .mod-cmn-diali€Κ[_j

----------------------------------------------------------- */

/** reset -------------------------------------------------**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
div { display: block; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
img { vertical-align:bottom; }


/** fontΦA ----------------------------------------------**/
body {
	font-size:13px; /* for modern */
	line-height: 1.25;
	font-family: "CI","Meiryo","lr oSVbN",Verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
* html body {/* IE6 */
 font-size:80%;
	line-height: 1.35;
}
*:first-child+html body {/* IE7 */
	line-height: 1.35;
}

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


/** .mod-cmn-diali€Κ[_j ----------------------------------------------------------------**/
.mod-cmn-dial {
	border: 1px solid #806c69;
}
.mod-cmn-dial .inr {
	background: #fff;
}
.mod-cmn-dial .TB_header {
	position: relative;
	height: 28px;
	background: url("/images/general/pc/dialog/bg_mod_cmn_header.png") repeat-x;
}
.mod-cmn-dial .TB_main {
	overflow: auto;
}
*:first-child+html .mod-cmn-dial .TB_main {
	overflow-x: hidden;/* for IE7 */
}
.mod-cmn-dial .sec {
	padding: 15px 20px 20px;
}
.mod-cmn-dial h1 {
	float: left;
	padding-left: 10px;
	color: #fff;
	font-size: 114%;
	font-weight: bold;
	line-height: 28px;
}
.mod-cmn-dial a:link { color: #068681; text-decoration: underline; }
.mod-cmn-dial a:visited { color: #709293; text-decoration: underline; }
.mod-cmn-dial a:hover { color: #07b0a9; text-decoration: underline; }
.mod-cmn-dial a:active { color: #07b0a9; text-decoration: underline; }

/* ΒΆι{^ */
.mod-cmn-dial .btn-close {
	overflow: hidden;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 22px;
	height: 0;
	padding-top: 22px;
	background: url("/images/general/pc/dialog/btn_mod_cmn_close.png") no-repeat;
	line-height: 2;
}
.mod-cmn-dial .btn-close:hover {
	background-position: -22px 0;
}
/* wvN */
.mod-cmn-dial .help {
	margin-bottom: 5px;
}
.mod-cmn-dial .help span {
	display: inline-block;
	margin-right: 5px;
	padding: 0 3px;
	border: 1px solid #5b9f90;
	background-color: #7abeaf;
	color: #fff;
	font-weight: bold;
	line-height: 1.1;
	text-decoration: none;
}
.mod-cmn-dial input {
	font-size:13px; /* for modern */
	line-height: 1.25;
	font-family: "CI","Meiryo","lr oSVbN",Verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
* html .mod-cmn-dial input {/* IE6 */
 font-size:80%;
	line-height: 1.35;
}
*:first-child+html .mod-cmn-dial input {/* IE7 */
	line-height: 1.35;
}
/* {^ix[Wj */
/* formΜsubmit{^Νinput^O^ΚΜ{^Νa^O */
.mod-cmn-dial .btn-cmn {
	text-align: center;
}
.mod-cmn-dial .btn-cmn p,
.mod-cmn-dial .btn-cmn input,
.mod-cmn-dial .btn-cmn a {
	background: url("/images/general/pc/dialog/btn_mod_cmn.png") no-repeat;
}
*:first-child+html .mod-cmn-dial .btn-cmn p {
	display: inline;
}
.mod-cmn-dial .btn-cmn p {
	display: inline-block;
	height: 31px;
	padding: 0 3px 0 0;
	margin: 0 5px;
	background-position: right top;
}
.mod-cmn-dial .btn-cmn input {
	height: 31px;
	padding: 0 20px 0 17px;
	padding-top: 3px\9;
	border: medium none;
	background-position: left top;
	font-weight: bold;
	cursor: pointer;
}
.mod-cmn-dial .btn-cmn a {
	display: block;
	height: 23px;
	padding: 8px 20px 0 23px;
	background-position: left top;
 text-decoration: none;
	font-weight: bold;
	color: #333;
}
*:first-child+html .mod-cmn-dial .btn-cmn input {
	padding: 3px 0px 0 3px;
}
.mod-cmn-dial .btn-cmn p:hover {
	background-position: right -31px;
}
.mod-cmn-dial .btn-cmn p:hover input,
.mod-cmn-dial .btn-cmn input:hover,
.mod-cmn-dial .btn-cmn p:hover a {
	background-position: left -31px;
	color: #666;
}