@charset "utf-8";
/*
Theme Name: 河合薬業様専用テンプレート
Theme URI: http://www.sunloft.co.jp
Author: 株式会社サンロフト
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/*コンテンツページのスタイル*/
@import url("content.css");

/************************************************
目次
************************************************ */

/*** 目次見出し ***
- Reset default browser CSS
- Global Elements
- CSS Library
- Layout
- header
- menu
- mainimage
- pankuz
- content
- sidebox
- pagetop
- footer

*/

/* ============================
   Reset default browser CSS.
/* ============================ */

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{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	line-height: 1;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
blockquote{
	quotes: none;
}
blockquote:before, blockquote:after{
	content: '';
	content: none;
}
del{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}

img{
	vertical-align:bottom;
}

/* ============================
   Global Elements
/* ============================ */

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea {
	color:#444;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial,'メイリオ',Meiryo,"Helvetica Neue",Helvetica,"Nimbus Sans L","ＭＳ Ｐゴシック",verdana,Osaka,"MS PGothic",Sans-Serif;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 18px 0;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}
a:link {
	color:#1182b0;
}
a:visited {
	color:#64abc8;
}
a:active,
a:hover {
		text-decoration:none;
}

/* Images
----------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}

/* キャプション機能用
----------------------------- */
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/* ギャラリー機能用
----------------------------- */
.gallery{
	margin: auto;
}
.gallery .gallery-item{
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	margin-left: 0;
}
/* カラム毎のサイズ
----------------------------- */
.gallery-columns-1 .gallery-item {width: 25%;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-3 .gallery-item {width: 33%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16%;}
.gallery-columns-7 .gallery-item {width: 14%;}
.gallery-columns-8 .gallery-item {width: 12%;}
.gallery-columns-9 .gallery-item {width: 11%;}

.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}


/* ============================
   Original CSS Library
/* ============================ */

/* フォント
----------------------------- */
.bold	{ font-weight: bold; }
.font-small{ font-size: 0.85em !important;}

/* 画像
----------------------------- */
img.f_left{ margin: 0 20px 20px 0; }
img.f_right{ margin: 0 0 20px 20px; }
img.border{ padding: 3px; background: #ffffff; border: 1px solid #e8e8e8;}

/* 配置
----------------------------- */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;}
.middle	{vertical-align: middle !important;}
.bottom	{vertical-align: bottom !important;}
.width_auto{width: auto !important;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.overflow {overflow: hidden !important;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}
.nowrap	{white-space: nowrap;}
.width50{width: 50% !important;}
.width100{width: 100% !important;}

/* 余白
----------------------------- */
.m_auto		{margin-left: auto !important; margin-right: auto !important;}
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 0 !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top40	{margin-top: 40px !important;}
.m_right40	{margin-right: 40px !important;}
.m_bottom40	{margin-bottom: 40px !important;}
.m_left40	{margin-left: 40px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top10		{padding-top: 10px !important;}
.p_right10	{padding-right: 10px !important;}
.p_bottom10	{padding-bottom: 10px !important;}
.p_left10	{padding-left: 10px !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top30	{padding-top: 30px !important;}
.p_right30	{padding-right: 30px !important;}
.p_bottom30	{padding-bottom: 30px !important;}
.p_left30	{padding-left: 30px !important;}
.p_top40	{padding-top: 40px !important;}
.p_right40	{padding-right: 40px !important;}
.p_bottom40	{padding-bottom: 40px !important;}
.p_left40	{padding-left: 40px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}

/* ソーシャルプラグイン
----------------------------- */
.entry-social{
	overflow: hidden;
	clear: both;
	height: 20px;
	text-align: left;
}
.single .entry-social{
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
	background: #f2f2f2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) inset;
	padding: 10px 10px 10px 10px;
}
.entry-social iframe{
	border: 0 !important;
}
.entry-social .twitter{
	float: left;
	width: 100px;
}
.entry-social .facebook{
	float: left;
	width: 110px;
}
.entry-social .googleplus{
	float: left;
}


/* ============================
   Layout
/* ============================ */
body{
	background:url("images/bg_body.jpg") 0 0 repeat-x;
}

#header,
#main,
#colophon,
#footer {
	margin: 0 auto 0px auto;
	width: 950px;
}

#wrapper{
	background:url("images/bg_container.gif") 0 0 repeat-x;
}
.page-id-703 #wrapper,
.home #wrapper{
	background:url("images/bg_container_top.gif") 0 0 repeat-x;
}

#content{
	float: right;
	width: 720px;
}
.page-id-703 #content,
.page-id-4 #content,
.home #content{
	width: 950px;
}
#sidebox{
	float: left;
	width: 200px;
}
#footer {
	clear: both;
	width: 100%;
}


/* ============================
   header
/* ============================ */
#header {
	position: relative;
	margin:0 auto;
	padding:13px 5px 0 5px;
	text-align:left;
	background:url("images/bg_header.jpg") 0 0 no-repeat;
}
#site-title {
	margin:0;
	padding:0 0 5px 0;
}
#site-title a {
	display:block;
	width:340px;
	height:50px;
}
#site-description {
	font-size:8pt;
	line-height:17px;
	color:#676767;
}
ul#language{
	position:absolute;
	width:378px;
	margin:0;
	padding:0;
	right:5px;
	top:13px;
	background:url("images/bg_language.gif") right top no-repeat;
}

ul#language li{
	list-style-type:none;
	float:left;
	margin:0;
	padding:0 0 0 4px;
}

ul#language li a{
	display:block;
	width:75px;
	height:0;
	padding:24px 0 0 0;
	overflow:hidden;
}

ul#language li#ci_s a:hover{background:url("images/kantai_on.gif") 0 0 no-repeat;}
ul#language li#ci_t a:hover{background:url("images/hantai_on.gif") 0 0 no-repeat;}

ul#language li#b_cart a{
	width:137px;
	background:url("images/base/b_cart.jpg") 0 0 no-repeat;
}

ul#utilitynavi{
    position:absolute;
    width:230px;
    margin:0;
    padding:0;
	right:270px;
	top:44px;
}

ul#utilitynavi li{
	float:left;
	list-style-type:none;
    margin:0;
    padding:0 5px 0 0;
}

ul#utilitynavi li a{
	display:block;
	width:110px;
	height:22px;
}

ul#utilitynavi li a:hover{
	background-image:url("images/bg_utility_on.gif");
	background-repeat:no-repeat;
}

ul#utilitynavi li#ut01 a:hover{background-position:0 0;}
ul#utilitynavi li#ut02 a:hover{background-position:-88px 0;}

form#search{
    position:absolute;
	height:25px;
	margin:0;
	padding:0;
	right:5px;
	top:45px;
	background:url("images/bg_search.gif") 0 0 no-repeat;
}

input[type="text"].textarea{
	width:170px;
	background:none;
	border:none;
	margin:1px 0 0 28px;
	padding-top:3px;
	box-shadow: none;
}

input.go{
	vertical-align:top;
}

/* ============================
   menu
/* ============================ */
#access {
	
}

#access ul#menu-mainmenu{
	width:950px;
	margin:0;
	padding:0;
	zoom:1;
}
#access ul#menu-mainmenu:after{content : ''; display : block; clear : both;}


#access .menu-header li{
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}
#access .menu-header li a{
	display:block;
	width:238px;
	height:0;
	padding-top:33px;
	overflow:hidden;
}

#access .menu-header li.mm01 a{width:237px;background-position:0 0;}
#access .menu-header li.mm02 a{background-position:-237px 0;}
#access .menu-header li.mm03 a{background-position:-475px 0;}
#access .menu-header li.mm04 a{width:237px;background-position:-713px 0;}

#access .menu-header li a:hover{
	background-image:url("images/bg_globalmenu_on.jpg");
}

#access .menu-header li.current-menu-item a{
	background-image:url("images/bg_globalmenu_on.jpg");
}

#access .menu-header li.current-menu-item a:hover{
	background-image:url("images/bg_globalmenu_on.jpg");
}


/* ============================
   mainimage
/* ============================ */
#mainimage {
	width: 100%;
	height:342px;
	background: url(images/bg_mainimage.gif) 0 0 repeat;
	margin:0 auto 30px auto;
}
#mainimage .flex-container{
	width:816px;
	margin:0 auto;
}
#mainimage ul {
	margin-top: 37px!important;
}
/* flexslider.css 上書き */
#mainimage .flex-control-nav {
	margin-bottom: 0;
	bottom: 2px;
}
#mainimage .flex-direction-nav li a{
	width: 30px;
	height: 30px;
}
#mainimage .flex-direction-nav li a.prev{
	background-position: 0 0;
	left: -72px;
}
#mainimage .flex-direction-nav li a.next{
	background-position: 0 -30px;
	right: -72px;
}
#mainimage .flex-direction-nav li a:hover{
	top: 50.5%;
}

/* ============================
   ct
/* ============================ */
#ct{
	width:950px;
	margin:0 auto;
}
#ct img{
	vertical-align:bottom;
}
/* ============================
   pankuz
/* ============================ */
#pankuzu{
	width:950px;
	margin:0 auto;
	color:#676767;
	font-size:10px;
	line-height:110%;
}
#pankuzuarea{
	padding:10px 10px 10px 25px;
	background:url("images/icon_home.gif") 10px 10px no-repeat;
}

/* ============================
   content
/* ============================ */
#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin-bottom:20px;
}
#content {
	/zoom : 1;
}
#content:after{content : ''; display : block; clear : both;}

#content,
#content input{
	font-size: 14px;
	line-height: 1.6;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}

/* 見出し
----------------------------- */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content h1.entry-title{
	font-size:18px;
	line-height:45px;
	margin:0 0 20px 0;
	padding:0 0 0 30px;
	background:url("images/title_page.jpg") 0 0 no-repeat;
}
.page-id-4 #content h1.entry-title{
	background:url("images/title_page_wide.gif") 0 0 no-repeat;
}

#content h1.entry-title #pankuzu{
	font-weight: bold;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 15px;
	font-family: "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	color: #808080;
}
#content h1.entry-title #pankuzu a{
	color: #77cefc;
}
.home h2,
#sidebox h2{
	color: #000;
	background: none;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin-bottom: 25px;
	padding: 0;
	font-size: 30px;
	border:none !important;
}
.home h3{
	color: #000 !important;
	margin: 0 0 5px 0 !important;
}
#content h2{
	background: none;
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
	font-size: 24px;
	position: relative;
}
#content h3{
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #0080CC;
	font-size: 16px;
	clear: none;
}
#content h4{
	font-size:16px;
	line-height:1;
	margin:30px 5px 20px 3px;
	padding:9px 10px 12px 23px;
	background:url("images/title_page02.gif") left bottom no-repeat;
}

/* テーブル
----------------------------- */
table {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
	background: #fff;
}
table tr th {
	font-weight: bold;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #e7e7e7;
	background: #f2f2f2;
	white-space: nowrap;
	text-align: left;
	width: 27%;
	vertical-align:middle;
}
table tr th span {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
table tr td {
	border: 1px solid #e7e7e7;
	padding: 10px;
}

/* iframe
----------------------------- */
#content iframe{
	border: 1px solid #e5e5e5;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  ◆トップページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  container
-----------------------------------------------------------*/
.home #container{
	background:url("images/bg_container_top.gif") 0 0 repeat-x;
}

/*-----------------------------------------------------------
  mainvisual
-----------------------------------------------------------*/
.home #content h2{
	margin:0;
	padding:0;
}

#content ul#main_contentslist{
	width:950px;
	margin:0;
	padding:6px 0 25px 0;
	list-style-type:none;
	letter-spacing: -.40em;
	text-align:center;
}

ul#main_contentslist li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	height:71px;
	margin:0;
	padding:0 1px;
}

ul#main_contentslist li a{
	display:block;
	padding:0 1px 1px 0;
}

ul#main_contentslist li a:hover{
	padding:1px 0 0 1px;
}

/*-----------------------------------------------------------
  leftarea
-----------------------------------------------------------*/
div.tie-up{
	margin:0 0 20px 0;
}
div.tie-up:nth-child(2){
	margin:-10px 0 20px 0;
}
div.tie-up:nth-child(3){
	margin:-10px 0 20px 0;
}
div#topleftarea{
	float:left;
	width:680px;
}
div#topleftarea h3{
	margin:20px 0;
	padding:0;
}
/*----------------------------------
  newslist
----------------------------------*/
#content ul#topnewslist{
	margin:0;
	padding:10px 0;
	list-style-type:none;
}
ul#topnewslist li{
	color:#555555;
	margin:0;
	padding:0 0 5px 0;
}
ul#topnewslist li span img{
	vertical-align:text-top;
	margin:0 2px;
}

/*-----------------------------------------------------------
  rightarea
-----------------------------------------------------------*/
div#toprightarea{
	float:right;
	width:215px;
}
div#topmobile{
	width:204px;
	margin:0 0 10px 0;
	padding:0;
	border:solid 1px #bfbfbf;
}
div#topmobile h4{
	margin:0;
	padding:0;
}
div#topmobile h4 img{
	margin:0 auto;
}
div#topmobile p{
	line-height:120%;
	font-size:85%;
	margin:10px 5px 5px 8px;
	_margin:10px 0 5px 8px;
	padding:0;
}
div#topmobile p span{
	display:block;
	color:#f22a2a;
}
div#topmobile p img{
	float:right;
	margin:-3px 0 0 0;
}
div#en{
}
div#en a{
	display:block;
	width:206px;
	height:45px;
}
div#en a:hover{
	display:block;
	width:205px;
	height:44px;
	padding:1px 0 0 1px;
}


/*-----------------------------------------------------------
  index
-----------------------------------------------------------*/
div.cornernews{
	margin:10px 0 30px 0;
}
div.main div.cornernews h4{
	margin:0 0 10px 0;
}
div.main div.cornernews ul{
	margin:0;
	padding:0 20px;
	list-style-type:none;
}
div.main div.cornernews ul li{
	padding:3px 0;
}
ul#contentslist{
	*width:720px;
	margin:0;
	padding:30px 0 0 10px;
	list-style-type:none;
}
ul#contentslist li{
	width:350px;
	float:left;
	margin:0;
	padding:0 0 25px 0;
	_zoom:1;
}
ul#contentslist li:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
ul#contentslist div{
	float:right;
	width:188px;
	padding:0 0 0 0;
}
ul#contentslist h5{
	font-size:110%;
	margin:0;
	padding:0 0 0 15px;
	background:url("images/icon_box.gif") 0 4px no-repeat;
}
ul#contentslist p{
	line-height:130%;
	margin:0;
	padding:5px 20px 0 0;
}
ul#contentslist img{
	float:left;
	width:150px;
}
div.cornernews p.more{
	text-align:right;
}
div.cornernews p.more img{
	vertical-align:middle;
}

/*----------------------------------
  pagemenu
----------------------------------*/
#content ul.pagemenu{
	margin:0;
	padding:0;
	text-align:center;
	list-style-type:none;
}

ul.pagemenu li{
	display:inline;
	margin:0 auto;
	padding:0;
}

div.main h4.page_h4{
	margin:0 0 20px 0;
}



/*コンテンツページ
----------------------------- */
.entry-meta {
	color: #888;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}
.entry-meta .cate img{
	vertical-align:text-top;
	margin:0 2px;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* ページネーション　タイプ：[1/5][1][2][3][4][5][>] */
#content .wp-pagenavi{
	margin: 10px 0 0 0;
	padding: 5px 0;
	text-align: center;
}
#content .wp-pagenavi .pages{
	background: #666;
	border: 1px solid #666;
	color: #fff;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span{
	padding: 6px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	background: #f2f2f2;
}
#content .wp-pagenavi a:hover{
	background: #ccc;
	border: 1px solid #666;
}
#content .wp-pagenavi span.current{
	background: #0080CC;
	color: #fff;
	border: 1px solid #0080CC;
}

/* ページネーション　タイプ：[<前へ] [次へ>] */
#nav-below{
	position: relative;
	overflow: hidden;
	padding: 7px 0;
	margin: 0 10px 10px 10px;
}
#nav-below .nav-previous{
	float: left;
	width: 50%;
}
#nav-below .nav-next{
	float: right;
	text-align: right;
	width: 50%;
}
#nav-below .nav-list{
	margin: 0 auto;
	width: 100px;
}
#nav-below .nav-previous a,
#nav-below .nav-next a{
	padding: 6px 10px;
	border-radius: 3px;
	color: #666;
	background: #f2f2f2;
	border: 1px solid #BFBFBF;
	text-decoration: none;
}
#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover{
	color: #fff;
	background: #e64646;
	border: 1px solid #e64646;
}
.edit-link {
	padding-top: 15px;
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* 新着情報・ニュース
----------------------------- */
.entry-list{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.entry-list span img{
	vertical-align:text-top;
	margin:0 2px;
}

/* お問い合わせ
----------------------------- */
#content .entry-content .wpcf7 table tr th{
	width: 150px;
	vertical-align: middle;
	text-align: left;
}
#content .entry-content .wpcf7 tr th,
#content .entry-content .wpcf7 tr td {
	vertical-align: middle;
	white-space:normal;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
#content .entry-content .wpcf7 tr th.need {
	padding-right:50px;
	background: #f2f2f2 url("images/icn_necessity.gif") 165px center no-repeat;
}
#content .wpcf7 table input {
	width: 250px;
	margin: 0 5px 8px 0;
}
#content .wpcf7 table input.text_short {
	width: 50px;
}
#content .wpcf7 table textarea {
	width: 350px;
	height: 8em;
	margin: 0 5px 8px 0;
}
#content table wpcf7-checkbox input {
	width: auto;
	height: 1;
	margin: 0 2px 8px 0;
}
#content span.wpcf7-list-item{
	display: block;
	white-space: nowrap;
}
#content span.wpcf7-list-item input{
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
	width: auto;
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control-wrap.your-occupation,
.wpcf7-form-control-wrap.your-subject,
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required{
	display: block;
	width: 100%;
}
span.wpcf7-list-item {
	display: inline;
	margin: 0 12px 0 0 !important;
	white-space: nowrap;
}
span.wpcf7-list-item input {
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
}
span.wpcf7-form-control-wrap select{
	margin: 0;
}

form.inputnone input[type="text"],
form.inputnone textarea {
	background: #F9F9F9;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 4px;
}

.referencemark{
	margin: 0 0 15px 0;
	border: 1px dotted #ccc;
	padding: 10px;
	font-size: 12px;
	background: #ffe5e8;
}
.referencemark strong{
	color: #e60012;
}
.Btn{text-align:center;}	
.btn_submit input,
.wpcf7-submit{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;	/* IE6,7 に対応 */
	*zoom: 1;	/* IE6,7 に対応 */
	color: white !important;
	width: 150px;
	padding: 3px 0;
	background: #0080CC;
	border: 2px solid #0071b3;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	border:3px solid #047334; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px; font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #0080CC;
	background: #047334; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYTk0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDc0MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #02a94a 0%, #047435 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02a94a), color-stop(100%,#047435)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #02a94a 0%,#047435 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #02a94a 0%,#047435 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #02a94a 0%,#047435 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #02a94a 0%,#047435 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a94a', endColorstr='#047435',GradientType=0 ); /* IE6-8 */
}
.btn_submit input:hover,
.wpcf7-submit:hover{
	border:3px solid #095028;
	background: #099947; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5OTk0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzU5MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #099947 0%, #035928 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#099947), color-stop(100%,#035928)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #099947 0%,#035928 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #099947 0%,#035928 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #099947 0%,#035928 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #099947 0%,#035928 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099947', endColorstr='#035928',GradientType=0 ); /* IE6-8 */
}

/* 通常のフォーム用 */
input[type="text"],
input[type="email"],
textarea{
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}
/* 確認画面のフォーム用 */
	form.inputnone input[type="text"],
	form.inputnone input[type="email"],
	form.inputnone textarea{
	background: #F9F9F9;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 4px;
}

/* 送信・確認ボタン */
.btn_submit input,
.wpcf7-submit{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: white !important;
	width: 150px;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d14f5c;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f45c6b 5%, #d14f5c 100% );
	background:-ms-linear-gradient( top, #f45c6b 5%, #d14f5c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f45c6b', endColorstr='#d14f5c');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f45c6b), color-stop(100%, #d14f5c) );
	background-color:#f45c6b;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #961b25;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	box-shadow:inset 1px 1px 0px 0px #fab3ad;
}
.btn_submit input:hover,
.wpcf7-submit:hover{
	background:-moz-linear-gradient( center top, #d14f5c 5%, #f45c6b 100% );
	background:-ms-linear-gradient( top, #d14f5c 5%, #f45c6b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d14f5c', endColorstr='#f45c6b');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d14f5c), color-stop(100%, #f45c6b) );
	background-color:#d14f5c;
	border:1px solid #d14f5c;
}
/* 戻るボタン */
#wpcf7-modify{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #333 !important;
	width: 150px;
	padding: 10px;
	background: #0080CC;
	border: 2px solid #0071b3;
	cursor: pointer;
	font-weight: bold;
	border:3px solid #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
#wpcf7-modify:hover{
	border:3px solid #aaa;
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d3d3d3',GradientType=0 );
}


/* アンケート
----------------------------- */
#content #questionbox h4{
	background:url("images/title_page02_wide.gif") left bottom no-repeat;
}
#content #question tr th{
	padding-right:40px;
	background: #f2f2f2 url("images/icon_option.gif") right center no-repeat;
}
#content #question tr th.qt{
	background:none;
	background-color: #ffc5c1;
}

/* サイトマップ
----------------------------- */
#sitemap ul{
	margin: 0 0 24px 0;
	list-style: none;
}
#sitemap ul ul{
	margin: 0 0 20px 0;
	clear: both;
}
#sitemap ul ul ul{
	margin: 0 0 0 24px;
	clear: both;
}
#sitemap ul li{
	padding: 3px 0;
	/zoom : 1;
}
#sitemap ul li:after{content : ''; display : block; clear : both;}

#sitemap ul li.page_item a{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 34px;
	clear: none;
	line-height: 31px;
	text-decoration: none;
}
#sitemap ul ul.children li a{
	color: #333;
	font-weight: normal;
	font-size: 16px;
	min-width: auto;
	margin-bottom: 0;
	float: none;
	clear: both;
	padding: 0 0 0 18px;
	background: url(images/listmark01.png) 7px 5px no-repeat;
	height: auto;
	line-height: 22px;
}
#sitemap ul ul.children li a:hover{
	color: #0080CC;
}


/* ============================
   sidebox
/* ============================ */
#sidebox #sidemenu{
	padding:0 0 30px 0;
	background:url("images/base/bg_sidemenu_bottom.png") left bottom no-repeat;
}
#sidebox #sidemenu h2{
	font-weight: bold;
	text-align:center;
	margin: 0;
	padding:0;
	background:url("images/base/t_sidemenu.png") 0 0 no-repeat;
}
#sidebox #sidemenu h2 a{
	display:block;
	width:192px;
	color: #fff;
	font-size: 14px;
	line-height:45px;
	padding:5px 0 0 0 ;
	text-decoration:none;
}
#sidebox #sidemenu h2 a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
#sidebox #sidemenu ul{
	margin: 0;
	padding:0 4px 0 5px;
	list-style: none;
	background:url("images/base/bg_sidemenu.png") 0 0 repeat-y;
}
#sidebox #sidemenu li{
	padding:0 2px 0 0;
	background:url("images/base/li_sidemenu.png") left center no-repeat;
	border-bottom:solid 1px #d9d9d1;
}
#sidebox #sidemenu li a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #333;
	font-size:12px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}
#sidebox #sidemenu li.current-menu-item a,
#sidebox #sidemenu li.current-menu-item li.current-menu-item a,
#sidebox #sidemenu li a:hover{
	background-color: #f2f2f2;
	background:url("images/base/li_sidemenu_in.png") left center no-repeat;
}
/*サブサブメニューのところ*/
.page-id-69 #sidebox #sidemenu li.current-menu-item a,
.page-id-73 #sidebox #sidemenu li.current-menu-item a,
.page-id-81 #sidebox #sidemenu li.current-menu-item a{
	background:none;
}
/*商品詳細*/
.cat_p #sidebox #sidemenu li#menu-item-358 a,
.cat_g #sidebox #sidemenu li#menu-item-359 a{
	background-color: #f2f2f2;
	background:url("images/base/li_sidemenu_in.png") left center no-repeat;
}

#sidebox #sidemenu ul ul{
	background:none;
	padding:0;
	margin:0;
}
#sidebox #sidemenu li li{
	padding:0;
	border:none;
}
#sidebox #sidemenu li li:last-child{
	border-bottom:solid 1px #d9d9d1;
}
#sidebox #sidemenu li li:last-child a{
	border-bottom:solid 1px #fff;
}
#sidebox #sidemenu li li a{
	padding:5px 20px 5px 2em;
	border:none;
}
#sidebox #sidemenu li a:hover{
}


#sidebox #sidemenu li#menu-item-345,
#sidebox #sidemenu li#menu-item-357,
#sidebox #sidemenu li#menu-item-351{
	background:none;
	border:none;
	padding:0;
}
#sidebox #sidemenu li#menu-item-345>a,
#sidebox #sidemenu li#menu-item-357>a,
#sidebox #sidemenu li#menu-item-351>a{
	border-bottom:none;
	background:url("images/base/lili_sidemenu.png") 0 0 repeat-y;
}
#sidebox #sidemenu li#menu-item-345>a:hover,
#sidebox #sidemenu li#menu-item-357>a:hover,
#sidebox #sidemenu li#menu-item-351>a:hover{
	background:url("images/base/lili_sidemenu.png") 0 0 repeat-y;
}

#sidebox #sidemenu li#menu-item-369 a{
	font-size:11px;
	letter-spacing:-0.05em;
}

/*ニュース*/
#sidebox #sidemenu li#cat{
	background:url("images/base/lili_sidemenu.png") 0 0 repeat-y;
}
#sidebox #sidemenu li h3{
	margin:0;
	padding: 10px;
	color: #333;
	font-size:12px;
	font-weight:normal;
}

/*サブトップ*/
#sidebox #sidemenu li.subtop{
	background:none;
	border:none;
	padding:0;
}
#sidebox #sidemenu li.subtop>a{
	border-bottom:none;
	background:url("images/base/lili_sidemenu.png") 0 0 repeat-y;
}
.page-id-92 #sidebox #sidemenu li.subtop ul.sub-menu a{
	background:none;
}


/* Widget Areas
----------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding: 0 10px;
	border-left: 5px solid #0080cc;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
#secondary {
	margin-bottom: 30px;
}
#secondary ul{
	margin: 0;
	list-style: none;
}

/* ============================
   pagetop
/* ============================ */
.pagetop {
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 9000;
}
.pagetop a {
	display: block;
	background: #7d7d7d;
	margin: 0 0 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
	color: #fff;
	padding:5px;
	font-size:10px;
	text-decoration:none;
}
.pagetop a:hover {
	background: #0080cc;
	color: #ffffff;
}


/* ============================
   footer
/* ============================ */
#footer {
	clear:both;
	width:100%;
	padding:0 0 15px 0;
	background-color:#e8e6d2;
}
#footermenu{
	padding:15px 0;
	text-align:center;
}
#footermenu ul{
	letter-spacing: -.40em;
	margin: 0;
	padding:0;
	list-style: none;
}
#footermenu ul li{
	font-size:11px;
	line-height:1;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #474645;
}
#footermenu ul li:nth-last-of-type(1){
	border-right: 0;
	padding-right: 15px;
	background:url("images/popup2.gif") right center no-repeat;
}
#footermenu ul li a{
	color:#474645;
	text-decoration:none;
}
#footermenu ul li a:hover{
	text-decoration:underline;
}

div#footinfo{
	width:950px;
	margin:0 auto;
	padding:39px 0 15px 0;
	text-align:left;
	background:url("images/foot_info.jpg") 80px 0 no-repeat #fff;
}


div#footinfo a{
	display:block;
	width:178px;
	height:26px;
	margin:0 0 0 629px;
	text-indent:-9999px;
	overflow:hidden;	
}
#colophon{
	width:950px;
	margin:0 auto;
	text-align:left;
	zoom:1;
}
#colophon:after{content : ''; display : block; clear : both;}

#utilitymenu{
	float:left;
	width:450px;
}

#utilitymenu ul{
	margin:0;
	padding:5px 0 0 10px;
	list-style-type:none;
	zoom:1;
	background:url("images/foot_u_navi.gif") 0 0 no-repeat;
}
#utilitymenu ul:after{content : ''; display : block; clear : both;}

#utilitymenu ul li{
	float:left;
	margin:0;
	padding:0 15px 0 0;
}
#utilitymenu ul li a{
	display:block;
	width:65px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
}

#utilitymenu ul li#menu-item-182 a{width:99px;}
#utilitymenu ul li#menu-item-183 a{width:132px;}


#site-copy {
	color:#878078;
	font-size:11px;
	line-height:33px;
	float:right;
}


/* ============================
   Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* ============================
   Print Style
/* ============================ */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* お詫び
----------------------------- */
#content #owabi h3{
	color:#444;
	font-size:18px;
	margin:10px 0 20px 0;
	padding:20px 0;
	background-color:#eee;
	text-align:center;
}
#content #owabi p{
	font-size:16px;
	line-height:180%;
}