@charset "UTF-8";
/* CSS Document */

/* ---------------------------------
	ブランド内大枠設定
--------------------------------- */

div#container_el { /* 大枠 */
	text-align: center;
	width: 960px;
	margin: 0 auto;
}

div#wrap_el { /* 大枠の内枠 */
	text-align: left;
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

/* ---------------------------------
	ヘッダー設定
--------------------------------- */

/* ●header */
div#header_el {
	border-bottom: 1px solid #bfbfbf;
	padding: 0 0 0 0;
}

div#header_el h1 {
	float: left;
	width: 338px;
}

div#header_el img {
	vertical-align: middle;
}

/* ●head-cts */
div#head-cts_el {
	float: left;
	width: 582px;
	margin: 12px 0 0 0;
}

div#head-cts_el li {
	display: inline;
}

ul.head-nav li {
	float: right;
	margin: 0 0 10px 6px;
}

#add-line a {
	padding: 0 0 0 6px;
	border-left: 1px solid #CCCCCC;
	display: block;
}

#add-line2 a {
	padding: 0 0 0 6px;
	display: block;
}

/* ---------------------------------
	検索設定
--------------------------------- */

/* ●search */
div.search_el {
	float: right;
	width: 259px;
}

div.search_el li {
	float: right;
}

input.search-input {
	border: 1px solid #bfbfbf;
	font-size: 108%;
	line-height: 1.4;
	height: 17px;
	width: 200px;
	margin: 0 7px 0 0;
}

div.headmenu_el li {/* 言語の切り替え */
	float: right;
	margin: 0;
}

/* ---------------------------------
	パンクズ設定
--------------------------------- */

div.pList_el {
	padding: 10px 0;
}

/* ---------------------------------
	500colored設定
--------------------------------- */

div#main_el {
	font-family: "Palatino","century";
	width: 920px!important;
}

div.read_en p {
	font-size: 125%;
	text-align: center;
	margin: 0 0 30px 0;
}

ul.colored-btn_en {
	margin: 0 0 10px 0;
//	margin: 45px 0 45px 23px;
}

ul.colored-btn_en li {
	float: left;
	margin: 0;
//	margin: 0 16px 0 0;
}

div.subscription_en {
	background: url(/asia/feature/images/pencil/en/scription_wk.gif) no-repeat left top;
	width: 867px;
	margin: 50px 0 0 0;
	padding: 27px 0 0 0;
}

div.subscription_en dl {
	background: url(/asia/feature/images/pencil/en/scription_wk.gif) no-repeat left bottom;
	padding: 0 30px 25px 46px;
}

div.subscription_en dd {
	font-size: 125%;
	word-break: break-all;
}

div.subscription_en dd {
	float: left;
	width: 535px;
}

div.subscription_en .months_en {
	float: right;
	width: 228px;
}

div.colored-names_en {
	text-align: center;
}

div.colored-names_en h3 {
	margin: 35px 0 22px 0;
}

div.box_en {
	margin: 57px 0 0 0;
}

div.box_en p {
	margin: 0 0 15px 0;
}

div.pagetop_el {
	clear: both;
	text-align: right;
	padding: 20px 0 0 0;
}

div.pagetop_el a {
	background: url(/asia/v1/images/common/pagetop.gif) no-repeat left center;
	padding: 0 0 0 12px;
}

div.pagetop_el a:link,
div.pagetop_el a:visited {
	text-decoration: underline;
}

div.pagetop_el a:hover,
div.pagetop_el a:active {
	text-decoration: underline;
}

/* ---------------------------------

	フッター内設定
	
--------------------------------- */

div#footer_el {
	clear: both;
	border-top: 1px solid #bfbfbf;
	text-align: center;
	margin: 15px 0 0 0; /* 外枠（上右下左） */
	padding: 15px 0 0 0; /* 内枠（上右下左） */
}

div#footer_el p.logo_el {
	margin: 1.0em 0;
}

