@charset "utf-8";

/* ****************************************************

blogp.css
-----------------------------------
1: reset
2: base settings
3: blogp settings
-----------------------------------

***************************************************** */

/*=================================

	1: reset

================================ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/**
 * custom reset
 */
main {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
ol,ul{list-style:none;}
a:focus{outline:thin dotted;}
a:hover,a:active{outline:0;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
mark{background:none;}
caption,th{text-align:left;}
video,audio,canvas{display:inline;zoom:1;}
svg:not(:root){overflow:hidden;}
audio:not([controls]),[hidden]{display:none;}
hr{display:none;}
img{vertical-align:bottom;}
sub,sup{position:relative;line-height:0;font-size:71.4%;}
sup{top:-0.5em;}
sub{bottom:-0.5em;}
address {font-style: normal;}


/*=================================

	2: base settings

================================ */
body {
	color: #333333;
	font-size: 87.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	line-height: 1.5;
}

/* link setting */
a:link,
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover,
a:active {
	color: #003686;
	text-decoration: underline;
}


/*=================================

	3: blogp settings

================================ */
/* box-sizing */
#bsArticle .bsProduct > li > a {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* css sprite */
#bsArticle .bsProduct > li > a > span:first-child,
#bsArticle .other > li > a:before {
	background: url(/common/images/com_sprite01.png) no-repeat;
	content: "";
}
#bsArticle .bsProduct > .bs01 > a > span:first-child, #bsArticle .bsProduct > .bs02 > a > span:first-child, #bsArticle .bsProduct > .bs03 > a > span:first-child {width: 32px; height: 32px;}
#bsArticle .bsProduct > .bs04 > a > span:first-child, #bsArticle .bsProduct > .bs05 > a > span:first-child {width: 29px; height: 29px;}
#bsArticle .bsProduct > .bs01 > a > span:first-child {background-position: 0 0;}
#bsArticle .bsProduct > .bs02 > a > span:first-child {background-position: 0 -32px;}
#bsArticle .bsProduct > .bs03 > a > span:first-child {background-position: 0 -64px;}
#bsArticle .bsProduct > .bs04 > a > span:first-child {background-position: -38px -262px;}
#bsArticle .bsProduct > .bs05 > a > span:first-child {background-position: -72px -262px;}
#bsArticle .other > .ranking > a:before {width: 13px; height: 14px; background-position: -38px -296px;}
#bsArticle .other > .blogparts > a:before {width: 13px; height: 14px; background-position: -56px -296px;}

/* transition */
.tabSwitcher > div > .switch,
.tabSwitcher > div > .switch > a {
	-webkit-transition: border-color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
	   -moz-transition: border-color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
	    -ms-transition: border-color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
       -o-transition: border-color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
	        transition: border-color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
}

/* bsArticle */
#bsArticle {
	width: 210px;
}
#bsArticle .tabSwitcher {
	position: relative;
	overflow: hidden;
	margin-top: 8px;
}
#bsArticle .tabSwitcher > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#bsArticle .tabSwitcher > div > .switch {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 92.9%;
	text-align: center;
	z-index: 10;
}
#bsArticle .tabSwitcher > div > .switch.on:before {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 15px;
	height: 8px;
	margin-left: -7.5px;
	background: url(/images/index_bg02.png) no-repeat 0 0;
	content: "";
}
#bsArticle .tabSwitcher > div > .switch > a {
	display: block;
	width: 67px;
	height: 48px;
	background: #f3f0ea;
	line-height: 48px;
	text-decoration: none !important;
	outline: none;
}
#bsArticle .tabSwitcher > div > .switch > a:hover,
#bsArticle .tabSwitcher > div > .switch.on > a {
	color: #ffffff;
	background: #003686;
}
#bsArticle .tabSwitcher > div > .details {
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	border: 1px solid #e4e1d6;
	z-index: 1;
}
#bsArticle .tabSwitcher > div > .details > *:first-child {
	margin-top: 0 !important;
}
#bsArticle .tabSwitcher > div > .details > .date {
	padding: 13px 10px 8px;
	border-bottom: 1px solid #ccd7e7;
	background: #003686;
	color: #ffffff;
	font-size: 92.9%;
}
#bsArticle .tabSwitcher > div > .details > .date > span {
	margin-left: 15px;
	font-size: 84.6%;
}
#bsArticle .tabSwitcher > #monthly > .switch {
	left: 72px;
}
#bsArticle .tabSwitcher > #yearly > .switch {
	left: 143px;
}
#bsArticle .bsProduct > li {
	position: relative;
	overflow: hidden;
	margin-bottom: 1px;
	font-size: 14px;
	line-height: 1.3;
}
#bsArticle .bsProduct > li > a {
	display: table;
	width: 100%;
	height: 62px;
	padding: 13px 0 13px 48px;
	background: #fff3d6;
}
#bsArticle .bsProduct > .bs01 > a {
	background: #fff09d;
}
#bsArticle .bsProduct > li > a > span {
	display: table-cell;
	vertical-align: middle;
}
#bsArticle .bsProduct > li > a > span:first-child {
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -16px;
	text-indent: -9999px;
}
#bsArticle .bsProduct > .bs04 > a > span:first-child,
#bsArticle .bsProduct > .bs05 > a > span:first-child {
	margin-top: -14.5px;
}
#bsArticle .bsProduct > li > a > .title {
	position: relative;
	overflow: hidden;
	height: 2.6em;
	padding-right: 20px;
}
#bsArticle .bsProduct > li > a > .title.overHidden {
	display: block;
}
#bsArticle .bsProduct > li > a > .title.overHidden:after {
	position: absolute;
	top: 1.3em;
	right: 1.2em;
	padding: 0 0.2em 0 0;
	background: #fff3d6;
	content: "…";
}
#bsArticle .bsProduct > .bs01 > a > .title.overHidden:after {
	background: #fff09d;
}
#bsArticle .other {
	padding: 5px;
	background: #f3f0ea;
}
#bsArticle .other > li {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 1px;
	font-size: 92.9%;
}
#bsArticle .other > li:first-child {
	margin-top: 0 !important;
}
#bsArticle .other > li > a {
	display: table-cell;
	height: 44px;
	padding: 0 10px 0 39px;
	background: #ffffff;
	vertical-align: middle;
}
#bsArticle .other > li > a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -7px;
}