@media print, screen{
html,body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	background-color:#fff;
	font-size:12px;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*safari 3*/
html*div#wapper {
	line-height: 145%;
	width:100%;
}
/* safari 4  + firefox 3.5 */
div#wapper:first-of-type {
	line-height: 145%;
}
/*Opera 9.6*/
div#wapper:not(\*|*) {
	line-height: 145%;
}


/* class
**************************************************************************************************/

div#main_container a {
	color: #DB0071;
	text-decoration: none;
}
div#main_container a:hover {
	text-decoration: underline;
}

/* font color class */
.fcol_pink {
	color: #EC3290;
}
.fcol_purple {
	color: #8B14EF;
}
.fcol_green {
	color: #52b540;
}
.fcol_red {
	color: #dd0000;
}
.fcol_a {
	color: #DB0071;
}
.fcol_gray {
	color: #666;
}

/* font-weight class */
.fw_b {
	font-weight: bold;
}

/* font size class */
.fs10 {
	font-size: 10px;
}
*html .fs10 {
	font-size: 11px;
	line-height: 1.3em;
}
*html a{
	line-height:1.3em;
}
/* text align */
.txt_ar {
	text-align: right;
}

/* clear */
.clr {
	clear: both;
}

/* btn */

/* back_btn */
a.back_btn {
	background-image: url(../images/mc_back_btn.gif);
	width: 100px;
	height: 12px;
}
a.back_btn:hover {
	background-position: 0 -12px;
}

a.ptop_btn {
	background-image: url(../images/ca_topbtn.gif);
	width: 77px;
	height: 13px;
}
a.ptop_btn:hover {
	background-position: 0 -13px;
}
a.pclt_btn {
	background-image: url(../images/ca_clothbtn.gif);
	width: 112px;
	height: 13px;
}
a.pclt_btn:hover {
	background-position: 0 -13px;
}


/* base_setting
**************************************************************************************************/

div#wapper{
	position: relative;
}

div#wapper a#top{
	position: absolute;
	top: 0;
}



/* text -> img
****************************************************/

div#global_header h1 a,
div#global_header strong,
div#global_header h2,
div#global_header ul li,
div#global_header ul li a,
div#global_footer h6,
div#global_footer address,
div#global_footer ul li,
div#global_footer ul li a,
a.back_btn,
a.ptop_btn,
a.pclt_btn {
	text-indent: -999px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}
}