/*
Theme Name: DS9012
Description: CoolWeb WPテーマ Ver.9（2カラム）
Version: 9.0.3
Author: エーエフ・パートナー
Author URI: http://www.af-joho.com/
*/

/* ------ 初期設定 ------ */
html {overflow-y: scroll;}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {margin: 0;padding: 0;}

address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
q:before ,q:after {content: '';}
object, embed {vertical-align: top;}
hr, legend {display: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
img, abbr, acronym, fieldset {border: 0;}
img {vertical-align: bottom;-ms-interpolation-mode: bicubic;}
ul li {list-style-type: none;}
.textwidget{margin: 0;padding: 0;text-align: left;}
 * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

/* ------ Web Font ------ */
@font-face {
font-family: iconfont;
src: url('fonts/coolicon.eot'); /* IE9 Compat Modes */
src: url('fonts/coolicon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	 url('fonts/coolicon.woff') format('woff'), /* Modern Browsers */
	 url('fonts/coolicon.ttf')  format('truetype'), /* Safari, Android, iOS */
	 url('fonts/coolicon.svg#svgFontName') format('svg'); /* Legacy iOS */}
.icon {font-family: iconfont;font-weight: normal;}
.icon-list:before {content: "\f00b";}
.icon-flist:before {content: "\f0a9"; color: #333766; padding-right: 5px;}
.icon-check:before {content: "\f14a"; color: #333766; padding-right: 5px;}
.icon-comment:before {content: "\e671"; color: #333766; padding-right: 5px;}
.icon-next:before {content: "\f138"; color: #333766; font-size: 1.7em;}
.icon-feed:before {content: "\e771"; margin: 0 5px; color: #FB9F3B;}
.icon-facebook:before {content: "\e76a"; margin: 0 5px; color: #3953A1;}
.icon-gplus:before {content: "\e766"; margin: 0 5px; color: #C62E00;}
.icon-twitter:before {content: "\e76e"; margin: 0 5px; color: #00B1EA;}

/* ------ BODY ------ */
body {font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #555555; font-size: 13px; line-height: 1.8em; text-align: left; -webkit-text-size-adjust: 100%;}

/* ------ リンクの属性（未指定の時）------ */
a {outline: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

/* ------ 画像属性等 ------ */
img {max-width: 100%;height: auto;width: auto\9;}
.alignleft {float: left;  margin: 5px 10px 5px 0;}
.alignright{float: right; margin: 5px 0 5px 10px;}
.aligncenter{margin: 5px auto;display:block;}
a:hover.link img,a:hover img.link{filter: alpha(opacity=80); -moz-opacity:0.80; -ms-filter: "alpha( opacity=80 )"; opacity:0.80; background:none!important;}
.text-center {text-align: center;}

#wrapper {width: 100%; min-width: 1020px;}

/* ------ ヘッダー ------ */
header {width: 100%;}
#header-inner {position: relative; width: 1020px ; height: 80px; margin: 0 auto; *zoom: 1;}
#ptitle {position: absolute; top: 20px; left: 0;  font-size: 124%; line-height: 1.5em; font-weight: 600; z-index: 30; }
#ptitle a {color: #799ED3; text-decoration: none;}
#ptitle a:hover {text-decoration:underline}
#h-banner{position: absolute; top: 20px; right: 0; display: block;}
#s-button {position: absolute; top: 20px; right: 0;}
#s-button a {font-size: 20px; text-decoration: none;}
#s-button a:hover {text-decoration: none;}

/* ------ ヘッダーナビゲーション ------ */
#gnav-btn {display :none;}
#gnav {width: 100%; font-size: 12px;}
#gnav nav {margin: 0 auto; padding: 20px 0 10px; width:1020px; position: relative; z-index: 20;}
#gnav nav > ul {list-style-type: none; height: 36px; margin: 0; padding: 0;}
#gnav nav li {position: relative; float: left; width: 16%; margin: 0 0.4%; text-align: center;}
#gnav nav li:first-child {margin-left: 0;}
#gnav nav li:last-child {margin-right: 0;}
#gnav nav > ul > li a {display: block; font-weight: 500; color: #FFFFFF; line-height: 30px; text-align: center; text-decoration: none;}
#gnav nav > ul > li > ul {position: absolute; top: 100%; left:  0; width: 120%; list-style: none; margin: 0;}
#gnav nav > ul > li:last-child > ul {left: -44.5%; width: 120%;}
#gnav nav > ul > li  ul li{margin: 0; overflow: hidden; width: 120%; height: 0; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; transition: .2s;}
#gnav nav > ul > li  ul li a{padding-left: 1em; height: 30px; line-height: 30px; color: #FFFFFF; text-align: left; font-size: 92%; font-weight: normal; border-top: 1px solid #CCCCCC; opacity: 0.8; filter: alpha(opacity=80);}
#gnav nav > ul > li:hover > a{color: #FFFFFF; opacity: 0.8; filter: alpha(opacity=80);}
#gnav nav > ul > li  ul li:hover > a{color: #FFFFFF;opacity: 1.0; filter: alpha(opacity=100);}
#gnav nav .current-menu-parent a, #gnav nav .current-menu-item a{color: #FFFFFF; }
#gnav nav > ul > li:hover ul li{overflow: visible; height: 30px;}
#gnav nav > ul > li:hover ul li:last-child{border-bottom: 0;}

/* ------ メイン画像 ------ */
#mainvisual {width: 100%; margin-bottom: 20px; z-index: 10;}

/* ------ パンくずリスト ------ */
#plist {width: 100%; padding-bottom: 10px; font-size:84%; line-height: 1.3em;}

/* ------ コンテンツ ------ */
#containar {width: 1020px;margin: 0 auto; padding: 0 0 20px; text-align: center; overflow: hidden;*zoom: 1;}
#contents {padding: 0; float: left; width: 740px; text-align: left; padding: 0 0 20px; overflow: hidden;}
h2 {margin: 0 0 0.6em 0; padding: 0.4em 0 0.4em 10px; font-size: 124%; font-weight: 600; line-height: 1.3em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
h3 {margin: 0 0 0.6em 0; padding: 0.4em 0 0.4em 10px; font-size: 124%; font-weight: 600; line-height: 1.3em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
h4 {margin: 0 0 0.6em 0; padding: 0.4em 0; font-size: 116%; font-weight: 600; line-height: 1.3em;}
h5 {margin: 0 0 0.6em 0; padding: 0.4em 0 ;font-size: 108%; font-weight: 600; line-height: 1.3em;}
h6 {margin: 0 0 0.6em 0; padding: 0.4em 0 ;font-size: 108%; font-weight: 600; line-height: 1.3em;}
.post-title {margin: 0.6em 0; padding: 0.4em 0 0.4em 10px; font-size: 124%; font-weight: 600; line-height: 1.3em;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
section.post{padding: 0; border: none;}

/* ------ 投稿設定------ */
.doc {padding: 0 20px; text-align: justify; text-justify: distribute-all-lines; }
.ie7 .doc, .ie8 .doc {text-align: left;}
.old-post {padding: 0 0 15px 10px; font-size: 11px; color: #CC0000; text-align: left;}
.waku {border: 1px solid #CCCCCC;}

/* ------ コンテンツ内リスト------ */
.parts {margin-bottom: 20px;}
.parts ul {padding: 0 20px;}
.parts ul > li > .post-date {font-size: 84%; font-weight: 600;}
.parts img.k-joho { vertical-align: middle;}

/* ------ 記事リスト表示 ------ */
#first-list{padding-bottom: 0; border-bottom: 1px solid #CCCCCC;}
#first-list > article{display: inline-block; vertical-align: top; width: 45%; margin: 0 2%; padding: 10px 0; }
#first-list > article h4 {padding-top: 10px; font-weight: 600; line-height: 1.2em; }
#first-list > article h4 a {margin: 0; padding: 0 10px ; color: #414444; text-decoration: none; display: block; overflow: hidden; }
#first-list > article h4 a:hover {color: #CC0000;display: block; }
#first-list img {max-width: 99%; border: 1px solid #CCCCCC;}

.kiji-list{margin: 0 auto; padding-bottom: 10px;}
.kiji-list > article{display: inline-block; vertical-align: top; width: 19%; margin: 0 0.2%; padding: 10px 0 0; overflow: hidden;}
.kiji-list > article h4 {font-size: 108%;font-weight: 600; line-height: 1.2em; }
.kiji-list > article h4 a {margin: 0; padding: 0 ; color: #414444; text-decoration: none; display: block; overflow: hidden; }
.kiji-list > article h4 a:hover {color: #CC0000;display: block; }
.kiji-list > article img {border: 1px solid #CCCCCC;}

#kiji-list-cat{margin: 0 auto; padding-bottom: 10px;}
#kiji-list-cat > article{display: inline-block; vertical-align: top; width: 24%; margin: 0 0.2%; padding: 15px 0 0; overflow: hidden;}
#kiji-list-cat > article h4 {font-size: 108%;font-weight: 600; line-height: 1.2em; }
#kiji-list-cat > article h4 a {margin: 0; padding: 0 ; color: #414444; text-decoration: none; display: block; overflow: hidden; }
#kiji-list-cat > article h4 a:hover {color: #CC0000;display: block; }
#kiji-list-cat > article img {border: 1px solid #CCCCCC;}

/* ------ アドセンス属性 ------ */  
.ads_res > .textwidget {margin: 15px 0; text-align: center;}

/* ------ ソーシャルボタン属性 ------ */
#social{margin: 20px 0;}
#social h4{padding: 5px 10px; font-size: 123%;font-weight: bold;line-height: 100%;color: #333333;border: 1px solid #CC0000; display: inline-block}
#social p{padding-left: 1em;}

/* ------ 関連記事リスト属性 ------ */
#kanren{margin: 15px  auto;}
#kanren .k-post {display: inline-block; vertical-align: top; margin: 5px 0.2%; width: 19%; line-height: 1.3em; overflow: hidden;}
#kanren .k-post img {border: 1px solid #CCCCCC;}
#kanren .k-post p {margin: 0; font-size: 84% ; font-weight: 600; line-height: 1.3em;}
#kanren .k-post p > a {text-decoration: none;}


/* ---- コメント・トラックバック----- */
.tback {border: none;}
.tback h2{margin-botoom: 0; padding-bottom: 15px;}
.tback p {margin: 0 0 10px 10px;padding: 0;font-size: 12px; line-height: 130%;}
.comments{border: none;}
.comments ul{list-style: none;margin: 0;color:#444444;font-size: 14px;}
.comments ul li {margin-bottom: 10px;background: #FFFFFF; padding: 12px;}
.comments ul li.depth-1{border-bottom: 1px dotted #CCCCCC;margin-bottom: 12px;}
.comments ul.children {list-style: none;}
.comments p{padding: 0 10px 5px 20px;text-align: left;}
.comments form p{line-height: 160%;display: block;}
.comments label{font-weight: bold;display:block;}
.comments form p.comment-notes,.comments form p.form-allowed-tags{font-size: 13px;text-align: left;}
.comments .reply{width: 40px;height: 20px;margin-left: 20px;text-align: center;line-height: 20px;border: 1px solid #CCCCCC;background: #FFFFFF;display: block;}
.comments .reply a{color: #333333;text-decoration: none;display: block;} 
.comments .reply a:hover{color: #FFFFFF;background: #CCCCCC;} 
.comments h3 small{font-size: 100%;}
#author{width: 200px;}
#email{width: 200px; }
#url	{width: 200px; }
#comment	{width: 99%; height:100px; }
#submit	{margin:0; padding:2px 25px; cursor:pointer;}

/* ------人気ランキングパーツ ------ */
#sidebar .rank-post {margin-bottom: 0; padding: 0 10px; overflow: hidden; *zoom: 1;}
#sidebar .rank-post  h5{display: block; padding: 10px 0 ; text-align: left; font-size: 12px; font-weight: 600; color: #414444;line-height: 1.2em;  text-align: justify;}
.ie7 #sidebar .rank-post  h5 , .ie8 #sidebar .rank-post  h5{text-align: left;}
#sidebar .rank-post .p-post {font-size:11px; line-height: 1.3em; text-align: justify;}
.ie7 #sidebar .rank-post .p-post , .ie8 #sidebar .rank-post .p-post{padding: 5px; text-align: left;}
#sidebar .rank-post .p-post:last-child {border-bottom: none;}
#sidebar .rank-post .p-post img{margin: 10px auto 0 auto ; max-width: 98%; border: 1px solid #CCCCCC;display: block;}
#sidebar .rank-post .p-post a {color: #414444; text-decoration: none; display: block;}
#sidebar .rank-post .p-post a:hover {color: #CC0000; text-decoration: underline;}

/* ------ サイドバー ------ */
#sidebar {float: right; padding: 0; width: 251px; text-align: left; }
#sidebar .sidebar-wrapper {margin-bottom: 20px;}
#sidebar .sidebar-wrapper h4{display: block ; margin: 0; padding: 4px 2px; font-size: 12px; font-weight: 600; line-height: 1.5em; -webkit-border-top-left-radius:3px;  -webkit-border-top-right-radius:3px; border-radius: 3px 3px 0px 0px;}
#sidebar .sidebar-wrapper form,
#sidebar .sidebar-wrapper p,
#sidebar .sidebar-wrapper .tagcloud{padding: 5px; font-size: 12px; }
#sidebar .sidebar-wrapper ul {padding: 0;}
#sidebar .sidebar-wrapper ul li a {display: block;padding: 8px 20px 8px 5px;font-size: 12px; line-height: 1.5em;text-decoration: none;background: url("img/arrow_02.png") no-repeat right center;}
#sidebar .sidebar-wrapper ul li:first-child a {border-top: none;}
#sidebar .sidebar-wrapper ul.children {padding: 0;}
#sidebar .sidebar-wrapper ul.children li{text-indent: 10px;}
#sidebar .sidebar-wrapper ul.children li:last-child{border-bottom: none;}

/* ------カレンダー ------ */
#calendar_wrap {padding: 10px; border: solid 1px #D5D5D5;border-top: none; font-size: 93%; background: #FCFCFC;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;}
#wp-calendar {width: 96%; margin: 0 auto; }

/* ------ フッター ------ */
footer {width: 100%; min-width: 1020px; }

#footer-inner {width: 1020px;margin: 0 auto;padding: 10px 0;}
#footer-inner nav{text-align: center;margin: 0; padding: 10px 0 20px;}
#footer-inner ul li {display: inline-block;*display: inline;*margin-bottom: 12px;padding: 0 10px 0 15px;line-height: 1.3em;font-size: 13px; color: #CCCCCC;border-left: solid 1px #999999; *zoom: 1;}
#footer-inner ul li:first-child {border-left: none;}

#footer-inner2 {width: 1020px; margin: 0 auto;padding: 20px 0; font-weight: normal;}
#footer-inner2 h4 {margin: 0 0 0.6em 0; padding: 0.4em 0 0.4em 10px; font-size: 15px; font-weight: 500; line-height: 1.3em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#footer-inner2 .f-left {margin: 0 1%; width: 32%; font-size: 12px ; line-height: 1.35em; float: left;}
#footer-inner2 .f-center {margin: 0 1%; font-size: 12px ; width: 31%; line-height: 1.35em; float: left;}
#footer-inner2 .f-right {margin: 0 1%; font-size: 12px ; width: 31%; line-height: 1.35em; float: left;}
#footer-inner2 ul{margin: 0 0 10px 5px; list-style: none;}
#footer-inner2 ul > li {line-height: 2.0em;}
#footer-inner2 ul.children li {padding: 0 0 0 30px;}
#footer-inner2 .footer-wrapper form,
#footer-inner2 .footer-wrapper p,
#footer-inner2 .footer-wrapper .tagcloud{padding: 0 10px 10px; font-size: 92%;}
#footer-inner2 .post-date{font-size: 84%;}

footer #copyright {width: 100%; padding: 10px 0; text-align:center;font-size: 13px;}

/* ------ ページナビ ------ */
.page_navi {text-align: center; font-size: 13px; line-height: 1.6em;}
.page_navi li {display: inline;list-style: none;}
.page_navi li.current span {color: #FFFFFF; font-weight: bold; border: solid 1px #333766; display: inline-block; padding: 2px 6px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.page_navi li a {padding: 2px 6px; border: solid 1px #333766; display: inline-block; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.page_navi li.page_nums span {padding: 3px 7px;display: inline-block;border: solid 1px #333766; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}

/* ------ ランキング------ */
.rank {width: 32%; margin: 15px 0 15px 1% ;padding: 0; border: 2px solid #333766;-moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background-color: #FFFFFF; float: left; *zoom: 1;}
.ie7 .rank {min-height: 200px;}
.rank .idx {margin: 0; padding: 5px 5px 0; background-color: #333766;}
.rank .idx img {margin: -20px 0px 5px -10px; float: left;} 
.rank .idx h5 {margin: 0; padding: 4px 0; font-size: 13px; font-weight: 600; line-height: 120%;color: #FFFFFF;} 
.ie7 .rank .idx h5{padding: 0;float: left;}
.rank .rankinner{margin: 10px; padding: 0 ; font-size:12px; line-height: 150%;}
.rank .rankinner .b_link img {max-width: 100%;}
.rank .rankinner .t_link {font-size: 13px; text-align: right;}
.rank .rankinner .exp {margin: 0; padding: 10px 0;}
.sidebar-wrapper .rank {float: none; margin: 0 0 10px 0; width: 100%;}

/* ドロップシッピング用 */
.shousai{margin: 10px; line-height: 1.3em; font-weight: bold;}
.spec {margin: 10px; padding: 20px; color: #333333; font-size: 12px; line-height: 1.3em; display: block; background: #EFEFEF; border: 1px solid #BBBBBB;}
#contents h2.ds {margin-bottom: 10px;padding: 5px;border: 1px solid #CCCCCC;font-size: 18px;font-weight: bold;color: #CC0066;}
#contents h3.ds {margin: 5px 0;padding-left: 0;border: none;color: #333333;font-weight: bold;font-size: 14px;line-height: 150%;text-align: left;background: none;}
#contents h3.ds a{text-decoration: underline;}
#contents h3.ds a:hover{text-decoration: none;}
article  .ds_img{float: left; margin-right: 25px;}
article  .spec{margin: 10px 0; padding: 15px; background-color: #F9F9F9; line-height: 150%; border: 1px solid #CCCCCC;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.h_banner {margin: 10px 0; padding: 8px; border: 1px solid #D5D5D5; text-align: center; background-color: #EFEFEF; }
.h_banner > .textwidget {text-align: center;}
#cart a{margin: 0; padding: 10px 0; text-align: center; font-size: 100%; line-height: 1.2em; text-decoration: none;border: 2px solid #333766; background-color: #FFFFFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: block;}
dl#moshimo {padding: 5px;}
#moshimo {line-height: 1.5em;}
#moshimo dt {font-weight: 600;}
#moshimo ul.card{margin: 5px 0;}
.card li {margin: 0 1px; border: none; display: inline-block;}
#moshimo table{margin: 0 auto;border: solid 1px #CCCCCC; border-collapse: collapse; font-size: 12px; width: 80%;}
#moshimo th{border: solid 1px #CCCCCC ; padding : 0 5px;background: #EFEFEF;text-align: center; color: #CC0000; font-style: bold;}
#moshimo td{border: solid 1px #CCCCCC ; padding : 0 5px;}

/* ------ その他属性 ------ */
.red_uline{border-bottom: 2px solid #FF3300;}
.uline{border-bottom: 1px solid #FF6633;}
.link_line{text-decoration: underline;} 
.dot{border-bottom:1px dotted #CCCCCC;}
.solid{border-bottom:1px solid #CCCCCC;}
.clr{clear: both;}
strong{font-weight: bold;}
em{color: red;}
.txtcenter{text-align: center;}
.red{color: #CC0000;}
.pink{color: #CC0099;}
.bg_yellow{background: #FFFF00;}
.gold{color: #F4CA54;}
.silver{color: #999999;}
.copper{color: #BD4C54;}
.other{color: #71AAE0;}

/* ------ フォント属性 ------ */
.fon10{font-size: 10px;}
.fon11{font-size: 11px;}
.fon12{font-size: 12px;}
.fon13{font-size: 13px;}
.fon14{font-size: 14px;}
.fon15{font-size: 15px;}
.fon16{font-size: 16px;}
.fon18{font-size: 18px;}
.fon20{font-size: 20px;}
.fon22{font-size: 22px;}
.fon24{font-size: 24px;}
.fon28{font-size: 28px;}
.tab10{padding-left: 10px;}
.tab20{padding-left: 20px;}
.tab30{padding-left: 30px;}
.bld{font-weight: bold;}

