@charset "utf-8";
/*
Theme Name: KENZMEDICO
Theme URI: null
Description: Description
Author: Shunc - sck
Version: 1.0
*/


/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	text-align: center;
	line-height: 1.5;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 20px;
	width: 960px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 27px 0 8px;
	position: relative;
	z-index: 200;
	border-top: 8px solid #F58345;
	background: url(img/common/g_navi_bg.png) no-repeat center bottom;
}

#header .hInner {
	margin: 0 auto;
	width: 960px;
}

#header .hInner .hBox {
	margin-bottom: 18px;
}

#header .hInner .hBox .logo {
	float: left;
}

#header .hInner .hBox .rBox {
	margin-top: 13px;
	float: right;
	width: 312px;
}

#header .hInner .hBox .rBox .hBtn {
	float: left;
}

#header .hInner .hBox .rBox .search {
	padding: 4px 7px 4px;;
	float: right;
	width: 177px;
	border: 1px solid #CCC;
}

#header .hInner .hBox .rBox .search .text {
	float: left;
	width: 158px;
	height: 10px;
	font-size: 10px;
	line-height: 1.2;
	border: 1px solid #FFF;
}

#header .hInner .hBox .rBox .search .submit {
	float: right;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
}

#gNavi li {
	float: left;
}

#gNavi li a {
	display: block;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 11px;
	width: 924px;
}

#pagePath a {
	margin-right: 5px;
	color: #f58345;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 640px;
	float: right;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	padding: 16px;
	width: 264px;
	float: left;
	background-color: #FAFAFA;
}

#sideBar h3 {
	margin-bottom: 13px;
	line-height: 1.2;
	overflow: hidden;
	zoom: 1;
	word-wrap: break-word;
	background: url(img/common/s_h3_bg02.gif) no-repeat 86px center;
}

#sideBar h3 span {
	padding-left: 12px;
	display: block;
	float: left;
	width: 90px;
	font-size: 16px;
	background: url(img/common/s_h3_bg01.gif) no-repeat left top;
}

#sideBar h3 .text {
	padding: 5px 0 0;
	float: right;
	width: 45px;
	color: #f58345;
	font-size: 8px;
	font-style: italic;
	text-align: right;
	background: none;
}

#sideBar .linkList {
	margin-bottom: 15px;
	border: 1px solid #DCDCDC;
}

#sideBar .linkList li ul.link {
	display: none;
}

#sideBar .linkList li a {
	padding: 14px 15px 13px;
	display: block;
	color: #333;
	font-size: 14px;
	background: #FFF url(img/common/s_link_list_bg.gif) repeat-x left bottom;
}

#sideBar .linkList li a:hover {
	text-decoration: none;
}

#sideBar .linkList li a span {
	padding-left: 23px;
	display: block;
	background: url(img/common/icon02.png) no-repeat left 3px;
}

#sideBar .linkList li li a {
	padding: 6px 5px 7px 38px;
	font-size: 12px;
	line-height: 1.6;
	background: #F1F1F1 url(img/common/icon06.png) no-repeat 17px center;
}

#sideBar .linkList li .liStyle a {
	background-color: #FAFAFA;
}

#sideBar .sNavi {
	padding: 22px 0 14px;
	background: url(img/common/line02.png) repeat-x left top;
}

#sideBar .sNavi li {
	margin-bottom: 5px;
	padding-bottom: 4px;
	float: left;
}
.sNavi_list a img {
	width: 100%;
}

#sideBar p {
	color: #f58345;
	line-height: 1.6;
}

#sideBar p span {
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	clear: both;
	overflow: hidden;
	background-color: #F58345;
}

#footer .fInner {
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
}

#footer .fInner .fLogo {
	float: left;
}

#footer .fInner .fNavi {
	margin-top: 10PX;
	float: right;
	width: 780px;
	text-align: right;
}

#footer .fInner .fNavi li {
	margin-left: 25px;
	display: inline;
}

#footer .fInner .fNavi li a {
	padding-left: 15px;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	background: url(img/common/icon04.gif) no-repeat left 5px;
}

#footer .txtInner {
	padding: 5px 0;
	background-color: #676C78;
}

#footer .txtInner .txtBox {
	margin: 0 auto;
	width: 960px;
}

#footer .txtInner .txtBox p {
	float: left;
	width: 450px;
	color: #FFF;
}

#footer .txtInner .txtBox .copyright {
	float: right;
	width: 400px;
	text-align: right;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.pt0 { padding-top: 0 !important; }
.pb0 { padding-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

a:hover img.imgHover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.pageTop {
	margin: 0 auto 72px;
	width: 960px;
	font-size: 12px;
	text-align: right;
}

.pageTop a {
	padding-left: 15px;
	display: inline-block;
	background: url(img/common/icon03.gif) no-repeat left center;
}

.pageTop a:hover {
	text-decoration: none;
}

#conts .pageTop {
	margin-bottom: 40px;
	width: auto;
}

#conts .pageTop01 {
	margin-bottom: 22px;
	margin-top: 15px;
}

/* banner
------------------------------------------------------------------------*/
.banner {
	margin: 0 auto 38px;
	padding-left: 10px;
	width: 973px;
}

.banner li {
	margin-right: 11px;
	float: left;
}

.banner li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* mainVisual
------------------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 13px;
	margin-top: -61px;
	padding: 78px 0 29px;
	background: url(img/common/main_visual_bg.jpg) no-repeat center top;
}

.mainVisual h2 {
	margin: 0 auto;
	width: 960px;
	font-size: 45px;
	font-weight: normal;
}

.mainVisual h2 span {
	margin-left: 15px;
	color: #f58345;
	font-size: 15px;
	font-style: italic;
	line-height: 1.2;
}

/* h2
------------------------------------------------------------------------*/
#main h2 {
	margin-bottom: 22px;
	line-height: 1.2;
	background: url(img/common/line02.png) repeat-x right 15px;
}

#main h2 .txtTtl {
	padding: 5px 10px 0 18px;
	display: inline-block;
	font-size: 18px;
	background: #FFF url(img/common/h2_bg.gif) no-repeat left top;
}

#main h2 .txtTtl span {
	margin-left: 10px;
	color: #f58345;
	font-size: 11px;
	font-style: italic;
}

/* h3
------------------------------------------------------------------------*/
#conts .headLine01 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	background: url(img/common/h3_bg02.gif) repeat-x right top;
}

#conts .headLine01 span {
	padding: 0 12px;
	display: inline-block;
	background: #FFF url(img/common/h3_bg01.gif) no-repeat left top;
}

#conts .headLine02 {
	margin-bottom: 10px;
	color: #f58345;
	font-size: 12px;
}

#conts .h3Ttl {
	margin-bottom: 4px;
}

#conts p {
	font-size: 12px;
	line-height: 1.7;
}

#conts .text {
	margin-bottom: 25px;
}

/* comTable
------------------------------------------------------------------------*/
#conts .comTable {
	margin-bottom: 35px;
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable th,
#conts .comTable td {
	padding: 10px 15px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

#conts .comTable th {
	background-color: #FFFAF4;
}

#conts .comTable .trStyle th,
#conts .comTable .trStyle td {
	padding: 0;
	height: 1px;
}

#conts .comTable .trStyle th {
	background: url(img/common/line03.gif) repeat-x left top;
}

#conts .comTable .trStyle td {
	background: url(img/common/line01.png) repeat-x left top;
}

/* comBtn
------------------------------------------------------------------------*/
#conts .comBtn {
	text-align: center;
}

#conts .comBtn a {
	padding: 1px;
	display: block;
	color: #FFF;
	font-size: 14px;
	border: 1px solid #E4E4E4;
}

#conts .comBtn a:hover {
	text-decoration: none;
}

#conts .comBtn a span {
	padding: 7px 10px 8px;
	display: block;
	background-color: #F28245;
}

/* comBtnList
------------------------------------------------------------------------*/
#conts .comBtnList {
	margin-bottom: 18px;
}

#conts .comBtnList li {
	padding: 0 0 5px 20px;
	float: right;
	width: 200px;
	text-align: center;
	background: url(img/common/com_btn_bg01.gif) no-repeat center bottom;
}

#conts .comBtnList li a {
	padding: 1px;
	display: block;
	color: #FFF;
	font-size: 14px;
	border: 1px solid #E4E4E4;
}

#conts .comBtnList li a:hover {
	text-decoration: none;
}

#conts .comBtnList li a span {
	padding: 7px 10px 8px;
	display: block;
	background: #F48447 url(img/common/com_btn_bg02.gif) repeat-x left bottom;
}

#conts .comBtnList .btn01 {
	padding-left: 0;
	width: 200px;
}

/* pageLink
------------------------------------------------------------------------*/
#conts .pageLink {
	margin-bottom: 25px;
}

#conts .pageLink li {
	float: left;
	width: 25%;
}

#conts .pageLink li a {
	padding: 12px 5px 12px 25px;
	display: block;
	font-size: 12px;
	line-height: 1.1;
	border: 1px solid #CCC;
	margin: -1px 0 0 -1px;
	background: url(img/common/icon06.png) no-repeat 10px center;
}

#conts .pageLink li a:hover {
	color: #666;
	text-decoration: none;
}

#conts .pageLink .link02 a {
	border-right: 1px solid #CCC;
}

#conts .pageLink .link04 a {
	padding: 5px 15px 5px 30px;
	border-right: 1px solid #CCC;
}

#conts .pageLink .link05 {
	width: 161px;
}

#conts .pageLink .link05 a {
	border-top: none;
	border-right: 1px solid #CCC;
}

/* index
------------------------------------------------------------------------*/
.slideBox {
	margin: -8px auto 13px;
	min-width: 1280px;
	height: 427px;
	position: relative;
}

.slideBox .fooBox {
	height: 427px;
	overflow: hidden;
}

.slideBox .mainImg01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	padding: 100px 0 327px;
	background: #FFF url(img/index/main_bg01.jpg) no-repeat center top;
}

.slideBox .mainImg01 .logoBox {
	margin: 0 auto;
	width: 1280px;
	position: relative;
}

.slideBox .mainImg01 .logoBox .logo01 {
	position: absolute;
	top: -40px;
	left: 566px;
	opacity:0;
	filter: alpha(opacity=0);
}

.slideBox .mainImg01 .logoBox .logo02 {
	position: absolute;
	top: 51px;
	left: 655px;
	opacity:0;
	filter: alpha(opacity=0);
}

.slideBox .mainImg01 .logoBox .logo03 {
	position: absolute;
	top: 51px;
	left: 523px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.slideBox .mainImg {
	height: 427px;
}

.slideBox .mainImg02 {
	float: left;
	text-align: right;
	background: #FFF url(img/index/main_bg02.jpg) no-repeat center top;
}

.slideBox .mainImg02 .intro {
	margin: 0 auto;
	width: 930px;
}

.slideBox .mainImg .intro span {
	display: block;
	position: relative;
}

.slideBox .mainImg02 .intro span {
	float: right;
	width: 379px;
	height: 322px;
	margin-top: 27px;
}

.slideBox .mainImg .intro img {
	position: absolute;
	left: 0;
	top: 0;
}

.slideBox .mainImg03 {
	float: left;
	text-align: right;
	background: #FFF url(img/index/main_bg03.jpg) no-repeat center top;
}

.slideBox .mainImg03 .intro {
	margin: 0 auto;
	width: 796px;
}

.slideBox .mainImg03 .intro span {
	width: 399px;
	height: 263px;
	margin-top: 78px;
	float: right;
}

.slideBox .mainImg03 .intro img {
	position: absolute;
	left: 0;
	top: 0;
}

.slideBox .mainImg04 {
	float: left;
	background: #FFF url(img/index/main_bg04.jpg) no-repeat center top;
}

.slideBox .mainImg04 .intro {
	margin: 0 auto;
	width: 927px;
}

.slideBox .mainImg04 .intro span {
	width: 338px;
	height: 90px;
	margin-top: 140px;
}

.slideBox .mainImg04 .intro img {
	position: absolute;
	left: 0;
	top: 0;
}

.slideBox .mainImg05 {
	float: left;
	background: #FFF url(img/index/main_bg05.jpg) no-repeat center top;
}

.slideBox .mainImg05 .intro {
	margin: 0 auto;
	width: 927px;
}

.slideBox .mainImg05 .intro span {
	width: 280px;
	height: 259px;
	margin-top: 118px;
}

.slideBox .mainImg05 .intro img {
	position: absolute;
	left: 0;
	top: 0;
}

.slideBox .mainImg .intro img {
}

.foopage {
	margin: 0 auto 33px;
	width: 960px;
	height: 8px;
	text-align: right;
}

.foopage a {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 8px;
	background: url(img/index/icon_out.gif) no-repeat;
}

.foopage a.selected {
	background: url(img/index/icon_over.gif) no-repeat;
}

.foopage a span {
	display: none;
}

#main .ttlBox {
	padding-bottom: 22px;
}

#main .ttlBox h2 {
	margin-bottom: 0;
	float: left;
	width: 780px;
}

#main .ttlBox .btn {
	float: right;
}

#main .ttlBox .btn a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .listUl {
	margin: 0 -16px 10px 0;
	width: 976px;
	overflow: hidden;
}

#main .listUl li {
	margin: 7px 16px 0 0;
	float: left;
	width: 228px;
	background: url(img/index/list_top_bg.gif) no-repeat left top;
}

#main .listUl li .inner {
	padding: 1px 1px 9px;
	background: url(img/index/list_btm_bg.gif) no-repeat left bottom;
}

#main .listUl li .title a {
	padding: 17px 15px 16px 7px;
	display: block;
	font-size: 16px;
	line-height: 1;
	background: url(img/index/title_bg.gif) repeat-x left bottom;
}

#main .listUl li .title a:hover {
	color: #666;
	text-decoration: none;
}

#main .listUl li .title span {
	padding: 0 10px 0 8px;
	display: block;
	border-left: 2px solid #F58345;
	background: url(img/common/icon02.png) no-repeat right 1px;
}

#main .listUl li .photo img {
	margin: 0 auto;
} 

.topInner {
	margin-bottom: 15px;
	padding: 29px 0 35px;
	background-color: #FFF9F1;
}

.topInner .topBox {
	margin: 0 auto;
	width: 960px;
}

.topInner .topBox .newsBox {
	margin-top: 13px;
	float: left;
	width: 632px;
}

.topInner .topBox .newsBox h2 {
	margin-bottom: 32px;
	line-height: 1.2;
	background: url(img/common/line02.png) repeat-x right 15px;
}

.topInner .topBox .newsBox h2 .txtTtl {
	padding: 5px 10px 0 18px;
	display: inline-block;
	font-size: 18px;
	background: #FFF9F1 url(img/common/h2_bg.gif) no-repeat left top;
}

.topInner .topBox .newsBox h2 .txtTtl span {
	margin-left: 10px;
	color: #f58345;
	font-size: 11px;
	font-style: italic;
}

.topInner .topBox .newsBox dt {
	float: left;
	font-size: 12px;
}

.topInner .topBox .newsBox dd {
	margin-bottom: 10px;
	padding: 0 0 12px 8.1em;
	font-size: 12px;
	background: url(img/common/line01.png) repeat-x left bottom;
}

.topInner .topBox .newsBox .none {
	margin-bottom: 0;
	background: none;
}

.topInner .topBox .linkNavi {
	float: right;
	width: 296px;
}

.topInner .topBox .linkNavi li {
	padding-top: 5px;
	float: left;
}

.topInner .topBox .linkNavi li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* access
------------------------------------------------------------------------*/
#conts .map {
	margin-bottom: 21px;
}

#conts .accBox {
	margin-bottom: 20px;
}

#conts .accBox .lBox {
	float: left;
	width: 435px;
}

#conts .accBox .lBox .headLine02 {
	margin-bottom: 0;
}

#conts .accBox .comBtn {
	margin-top: 3px;
	float: right;
	width: 200px;
}

/* sitemap
------------------------------------------------------------------------*/
#conts .siteMenu li {
	padding-bottom: 30px;
	font-size: 12px;
}

#conts .siteMenu li a {
	padding-left: 20px;
	display: inline-block;
	font-weight: bold;
	background: url(img/common/icon02.png) no-repeat left 2px;
}

#conts .siteMenu li .subMenu {
	padding: 6px 0 0 5px;
}

#conts .subMenu {
	padding: 0 0 26px 5px;
}

#conts .subMenu li {
	padding: 0 0 6px;
	font-size: 12px;
}

#conts .subMenu li a {
	padding-left: 17px;
	display: inline-block;
	font-weight: normal;
	background: url(img/common/icon05.gif) no-repeat left 5px;
}

/* company
------------------------------------------------------------------------*/
#conts .tableA {
	margin-bottom: 10px;
}

#conts .tableA th,
#conts .tableA td {
	padding: 9px 5px 9px 14px;
	line-height: 1.7;
	vertical-align: middle;
}

#conts .tableA th {
	color: #f58345;
}

#conts .tableB {
	margin-bottom: 0;
}

#conts .tableB th,
#conts .tableB td {
	vertical-align: top;
}

/* contact
------------------------------------------------------------------------*/
#conts .mailForm p {
	margin-bottom: 10px;
	line-height: 1.2;
}

#conts .mailForm p a {
	text-decoration: underline;
}

#conts .mailForm p a:hover {
	text-decoration: none;
}

#conts .mailForm .notes {
	margin-bottom: 20px;
	color: #d60000;
}

#conts .mailForm .comTable {
	margin-bottom: 13px;
}

#conts .mailForm .comTable th {
	width: 34%;
	background-color: #F8F8F8;
}

#conts .mailForm .comTable th .small {
	font-size: 10px;
	font-weight: normal;
}

#conts .mailForm .comTable th .color01 {
	color: #d60000;
}

#conts .mailForm .comTable .trStyle th {
	background: url(img/common/line04.gif) repeat-x left top;
}

#conts .mailForm .comTable td {
	padding: 8px 2px 8px 14px;
}

#conts .mailForm .comTable td span {
	vertical-align: middle;
}

#conts .mailForm .comTable .trStyle td {
	padding: 0;
}

#conts .mailForm .comTable td .wid01,
#conts .mailForm .comTable td .wid02,
#conts .mailForm .comTable td .wid03 {
	margin-right: 8px;
	padding-left: 10px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #DDD;
}

#conts .mailForm .comTable td .wid01 {
	width: 342px;
}

#conts .mailForm .comTable td .wid02 {
	width: 207px;
}

#conts .mailForm .comTable td .wid03 {
	margin-right: 15px;
	width: 36px;
}

#conts .mailForm .comTable td .notes {
	margin: 5px 0 0 8px;
	font-size: 10px;
}

#conts .mailForm .comTable td textarea {
	padding-left: 10px;
	width: 342px;
	height: 138px;
}

#conts .mailForm .notes01 {
	margin-bottom: 30px;
	line-height: 1.5;
	text-align: center;
}

#conts .mailForm .notes01 span {
	font-weight: bold;
}

#conts .mailForm .submit {
	margin-bottom: 30px;
	text-align: center;
}

#conts .mailForm .submit li {
	margin-left: 13px;
	display: inline;
}

#conts .mailForm .submit li input {
	padding: 0 0 5px;
	width: 197px;
	height: 46px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: url(img/contact/btn_bg02.gif) no-repeat left top;
}

#conts .mailForm .submit li .send {
	color: #FFF;
	background: url(img/contact/btn_bg01.gif) no-repeat left top;
}

/* download
------------------------------------------------------------------------*/
#conts .pdfInner {
	padding: 0 15px 22px 0;
	background: url(img/common/line04.gif) repeat-x left bottom;
}

#conts .pdfInner .fltImg {
	float: right;
}

#conts .pdfInner .detail p {
	line-height: 2;
}

#conts .pdfInner .detail a {
	text-decoration: underline;
}

#conts .pdfInner .detail a:hover {
	text-decoration: none;
}

#conts .tableD {
	margin-bottom: 0;
}

#conts .tableD th {
	padding: 8px 13px;
	vertical-align: middle;
	font-weight: normal;
}

#conts .tableD th span,
#conts .tableD td span {
	font-weight: bold;
}

#conts .tableD .comBtn a {
	font-size: 12px;
}

#conts .tableD .comBtn a span {
	padding: 5px;
	font-weight: normal;
}

#conts .tableD .comBtn a span img {
	margin-right: 8px;
}

#conts .tableD th {
	background: url(img/common/line04.gif) repeat-x left bottom;
}

#conts .tableD .odd th {
	background: #FAFAFA url(img/common/line04.gif) repeat-x left bottom;
}

/* privacy
------------------------------------------------------------------------*/
#conts .privacy h2 {
	margin-bottom: 15px;
}

#conts .privacy .headLine02 {
	margin-bottom: 5px;
	color: #333;
}

#conts .privacy p {
	margin-bottom: 15px;
	line-height: 2;
}

#conts .privacy .text {
	margin-bottom: 27px;
}

#conts .privacy .textList {
	margin-bottom: 13px;
	padding: 10px 12px 14px;
	background-color: #FAFAFA;
}

#conts .textList li {
	padding-left: 1em;
	font-size: 12px;
	text-indent: -1em;
	line-height: 2;
}

#conts .h4Ttl {
	margin-bottom: 15px;
}

/* product/enter
------------------------------------------------------------------------*/
#conts .enter h2 {
	margin-bottom: 20px;
}

#conts .enter .downTxt {
	padding: 20px;
	margin-bottom: 25px;
	text-align: center;
	background-color: #FAFAFA;
}

#conts .enter .comBtnList {
	margin: 0 auto;
	width: 450px;
}

#conts .enter .comBtnList li {
	width: 200px;
}

#conts .enter .comBtnList .no span {
	color: #333;
	background: #FEFEFE url(img/common/com_btn_bg03.gif) repeat-x left bottom;
}

/* product/index
------------------------------------------------------------------------*/
#conts .pageLink01 {
	margin-bottom: 59px;
}

#conts .productList {
	margin: 0 -17px 13px 0;
	width: 657px;
	overflow: hidden;
}

#conts .productList li {
	margin: 0 17px 15px 0;
	padding: 5px 0 0;
	float: left;
	width: 200px;
	border: 1px solid #DCDCDC;
}

#conts .productList li .title {
	margin: 0 0 13px 7px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.5;
	background: url(img/product/title_bg.gif) no-repeat left top;
}

#conts .productList li .title01 {
	margin: 4px 0 18px 7px;
	padding: 5px 0 5px 10px;
}

#conts .productList li .photo {
	padding-bottom: 16px;
	background: url(img/common/line01.png) repeat-x left bottom;
}

#conts .productList li .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#conts .productList li .photo img {
	margin: 0 auto;
}

#conts .productList li p {
	padding: 12px 14px 10px;
	line-height: 1.4;
}

#conts .productList .colorBox {
	padding: 20px 15px 17px;
}

#conts .productList .colorBox p {
	padding: 0;
	float: left;
	width: 45px;
	word-wrap: break-word;
}

#conts .productList .colorBox ul {
	float: right;
	width: 125px;
}

#conts .productList .colorBox li {
	padding: 4px 2px 4px 0;
	margin: 0;
	float: left;
	width: auto;
	border: none;
}

#conts .productList .colorBox01 {
	padding: 10px 15px 8px;
}

#conts .productList01 {
	margin-bottom: 20px;
}

/* product/detail
------------------------------------------------------------------------*/
#conts .detailTxt {
	margin-bottom: 13px;
}

#conts .detailTxt span {
	margin-bottom: 8px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

#conts .detailImg {
	margin-bottom: 25px;
}

#conts .detailImg img {
	max-width: 640px;
	height: auto;
}

#conts .detailLink {
	margin-bottom: 25px;
}

#conts .detailLink li {
	width: 211px;
}

#conts .detailLink .last a {
	border-right: 1px solid #CCC;
}

#conts .textList li ul {
	margin-left: -0.5em;
}

#conts .introList {
	margin: 0 -17px 10px 0;
	width: 657px;
	overflow: hidden;
}

#conts .introList li {
	padding: 20px 17px 0 0;
	float: left;
	width: 202px;
}

#conts .introList li .photo {
	margin-bottom: 5px;
	padding: 15px 0;
	border: 1px solid #CCC;
}

#conts .introList li .photo img {
	margin: 0 auto;
}

#conts .formList li {
	padding-bottom: 13px;
}

#conts .tableC th,
#conts .tableC td {
	vertical-align: middle;
}

#conts .tableC td {
	padding: 14px 15px;
	background: url(img/common/td_bg.gif) repeat-y left top;
}

#conts .tableC .thStyle {
	background: #FAFAFA;
}

#conts .tableC .tdStyle {
	text-align: center;
	background: none;
}

#conts .tableC th {
	text-align: center;
	background: #FAFAFA url(img/common/th_bg.gif) repeat-y left top;
}

#conts .tableC .trStyle th {
	background: url(img/common/line04.gif) repeat-x left top;
}

#conts .btmTxt {
	margin-top: 20px;
	padding-top: 18px;
	font-size: 10px;
	line-height: 1.8;
	background: url(img/common/line02.png) repeat-x left top;
}

.nav-links {
	padding-top: 20px;
	font-size: 12px;
	overflow: hidden;
	zoom: 1;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

div.wpcf7 img.ajax-loader {
	display: inline;
}

#conts .tableC {
	margin-top: -1px;
	margin-bottom: 0;
	background: url(img/common/line03.gif) repeat-x left bottom;
}

#conts .lasth3 {
	margin-top: 20px;
}
