@charset "utf-8";

/* base
---------------------------------------------*/

body {
	color: #000;
}

ol {
	margin: 20px 40px 20px 50px;
}

ol li {
	margin: 0 0 20px;
}

ol li ol {
	margin: 15px 40px 20px 30px;
	counter-reset: li;
	list-style: none;
	padding-left: 0;
}
ol.ol02 {
	margin: 15px 40px 20px 30px;
	counter-reset: li;
	list-style: none;
}

ol li li,
ol.ol02 li {
 position: relative;
 margin-bottom: .5em;
 padding-left: 2.5em;
}

ol li li:before,
ol.ol02 li:before {
 content: counter(li) "";
 counter-increment: li;
 position: absolute;
 left: 0;
 width: 1.8em;
 height: 1em;
 border: solid #000;
 border-width: 0 1px;
 border-radius: 50px;
 color: #000;
 line-height: 1em;
 text-align: center;
 margin-top: 0.2em;
}

img.fLeft {
	margin: 18px 20px 20px 18px;
}

img.fRight {
	margin: 18px 18px 20px 20px;
}


/* link
---------------------------------------------*/
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #fbbc05;
	text-decoration: underline;
}

/* container
---------------------------------------------*/
#container {
	text-align: left;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* header
---------------------------------------------*/
#header {
	text-align: center;
	width: 100%;
	font-size: 86%;
	background: #fff;
}

#header .inner {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

#header .inner .fLeft {
	height: 98px;
}

#header .blogTitle {
	margin: 20px 0;
}

#header .blogTitle p {
	width: 120px;
}

#header .blogTitle img {
	height: auto;
	max-width: 120px;
	max-height: 120px;
	display: block;
}

#header h1 {
	font-size: 160%;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 20px;
}

#header h1 strong {
	font-size: 140%;
	margin: 0 5px;
	color: #ff9c00;
}
#header h1 a {
	text-decoration: none;
}

#header .btn.login {
	position: absolute;
	right: 0;
	margin-top: 15px;
}




/* gnavi -----*/
#header #gnavi {
	background: #eee;
}

#header #gnavi ul {
	float: left;
	display: table;
}

#header #gnavi li {
	display: table-cell;
}

#header #gnavi li a {
	display: table-cell;
	text-align: center;
	line-height: 1;
	font-size: 120%;
	text-decoration: none;
	padding: 0 30px;
	height: 40px;
	vertical-align: middle;
}

#header #gnavi li.active a,
#header #gnavi li a:hover {
	color: #fff;
	background: #444;
}

#header #gnavi .follow a {
	display: table-cell;
	text-align: center;
	line-height: 1;
	font-size: 120%;
	text-decoration: none;
	padding: 0 20px;
	height: 40px;
	vertical-align: middle;
	background: #5dc3a5;
	color: #fff;
}
#header #gnavi .mypage {
	margin-left: 20px;
}

#header #gnavi .mypage a {
	display: table-cell;
	text-align: center;
	line-height: 1;
	font-size: 120%;
	text-decoration: none;
	padding: 0 20px 0 20px;
	height: 40px;
	vertical-align: middle;
	/*background: #ff9c00;*/
	/*color: #fff;*/
}

#header #gnavi .mypage.active a,
#header #gnavi .mypage a:hover {
	color: #fff;
	background: #444;
}

#header #gnavi .follow a span {
	/* background: url(/blog/shared/images/iconFollow.png) no-repeat left;
	padding-left: 20px; */
}

#header #gnavi .balloonFollow,
#header #gnavi .balloonFollowOff {
	position: relative;
}

#header #gnavi .balloonFollow span,
#header #gnavi .balloonFollowOff span {
	background: #fff;
	border: 1px solid #ccc;
	display: table-cell;
	text-align: center;
	line-height: 1;
	font-size: 120%;
	text-decoration: none;
	padding: 0 10px;
	height: 40px;
	vertical-align: middle;
	box-sizing: border-box;
}

#header #gnavi .balloonFollow span:before {
	content: url(/blog/shared/images/balloonArw.png);
	position: absolute;
	left: -6px;
	top: 13px;
}

#header #gnavi .balloonFollowOff span:before {
	content: url(/blog/shared/images/balloonArwOff.png);
	position: absolute;
	left: -6px;
	top: 13px;
}

/* main
---------------------------------------------*/
#main {
	width: 728px;
	float: left;
	padding-top: 20px;
	padding-bottom: 30px;
}

/* .breadcrumbs ------*/

#contents .breadcrumbs {
	margin-bottom: 10px;
	font-size: 93%;
	margin-top: 15px;
}

#contents .breadcrumbs li {
	float: left;
	padding-right: 15px;
}

#contents .breadcrumbs li a {
	text-decoration: none;
}

#contents .breadcrumbs li a:after {
	content: ">";
	margin-left: 5px;
	text-decoration: none;
	color: #000;
}

/* headline ------*/



#main h2 {
	font-weight: bold;
	font-size: 130%;
	position: relative;
	border-bottom: 1px solid #ddd;
}

#main h3 {
	font-weight: bold;
	font-size: 110%;
	position: relative;
	border-bottom: 3px solid #444;
}

#main h3 span {
}

#main h4.h4 {
	padding: 30px 15px 0;
}




/* themeList */

.themeList li .cell {
	width: 600px;
}

.themeList li .w60px {
	vertical-align: top;
}

.themeList li .arwType3 {
	width: 40px;
}

.themeList li .arwType3 .btn.type3 {
	position: absolute;
	right: 0;
}

.themeList li .arwType3 .btn.type3.top {
	top: 0;
}

.themeList li .arwType3 .btn.type3.bottom {
	bottom: 0;
}


/* tab */

#main .tab {
	padding: 0 0 0 15px;
	border-bottom: 1px solid #444;
	margin-bottom: 20px;
}

#main .tab li {
	float: left;
	width: 344px;
	border: 0;
	margin: 0 15px 0 0;
	padding-top: 2px;
}

#main .tab.type3 li {
	width: 30.9%;
}

#main .tab li.active {
	border: 1px solid #444;
	border-top: 5px solid #444;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	text-align: center;
	font-weight: bold;
	padding: 0;
}

#main .tab li.active a {
	background: #fff;
	color: #444;
	padding: 0;
}

#main .tab li.active span {
	display: inline-block;
	padding: 6px 0;
}

#main .tab li a {
	padding: 4px 5px 5px;
	display: block;
	color: #fff;
	font-size: 100%;
	background: #444;
	text-align: center;
	font-weight: bold;
}

#main .tab li a:hover {
	opacity: 0.7;
}

#main .tab li a span {
	display: inline-block;
	padding: 3px;
}

#main .tabContent {
	margin: 0 0 30px;
	display: none;
	position: relative;
	z-index: 50;
	top: 0;
}

#main .tabContent.active {
	display: block;
	position: relative;
	z-index: 50;
	top: 0;
}





/* pagenation */

.pagenation {
	text-align: center;
}

.pagenation ul {
	font-size: 11px;
	height: 31px;
}

.pagenation li {
	float: left;
	width: 20px;
}

.pagenation li {
	background: #ddd;
	padding: 7px 5px;
	margin: 0 5px;
	line-height: 17px;
	border-radius: 5px;
}

.pagenation li a {
	display: block;
}

.pagenation li a:hover {
}

.pagenation li.active {
	background: #444;
}

.pagenation li.active a {
	color: #fff;
}

.pagenation li.interval {
	background: #fff;
	width: 20px;
	padding: 10px 0;
}

.pagenation li.first a,
.pagenation li.last a {
	background: #5dc3a5;
	padding: 8px 0;
	border-radius: 5px;
}

.pagenation li.first,
.pagenation li.last{
	margin: 0;
	background: none;
	padding: 0;
	width: 30px;
	text-align: center;
}
.pagenation li.first {
	padding-right: 5px;
}
.pagenation li.last {
	padding-left: 5px;
}

.pagenation li.previous,
.pagenation li.next {
	border: 1px solid #ccc;
	background: #fff;
	width: 60px;
}

.pagenation li img {
	display: block;
	margin: auto;
}


/* form ------*/

form .type1 .input01 {
	padding: 10px;
}

form .type1 dl {
	position: relative;
}

form .type1 textarea {
	height: 300px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0;
}
form .type1 .err {
	position: relative;
	display: block;
}

form .type1 .err p {
	position: absolute;
	left:230px;
	top: -2.5em;
	font-size: 86%;
	font-weight: bold;
}


/* searchBox
---------------------------------------------*/


.searchBox.type1 input {
	border: 1px solid #444;
	width: 210px;
	box-sizing: border-box;
	padding: 5px;
}

.searchBox .bg01 {
}

.searchBox.type1 button {
	padding: 5px;
	background: #444;
	width: 100%;
	border: none;
	color: #fff;
}



/* side
---------------------------------------------*/
#side {
	width: 270px;
	float: right;
	padding-top: 20px;
	padding-bottom: 100px;
}

#side h2 {
	font-size: 120%;
	position: relative;
	margin-bottom: 10px;
}

#side h2:after {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	content: "";
	height: 1px;
	width: 270px;
	background: #ddd url(/blog/shared/images/h2Bg.png) no-repeat right bottom;
}

#side .btn.signup {
	width: 100%;
}

#side .bgW {
	border: 1px solid #b2e3ff;
}

#side .box .bgW {
	border-top: none;
}

#side .box h2 {
	background: #0066cc;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	padding: 9px 10px 8px 15px;
}

#side h2 span {
	padding-left: 15px;
	display: block;
	border-left: 5px solid #fff;
}



/* footer
---------------------------------------------*/
#toTop {
	clear:both;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #444;
}

#toTop a {
	display: block;
	background: url(/blog/shared/images/arrowType2OT.png) no-repeat left center;
	padding: 10px;
	padding-left: 20px;
	margin-left: 8px;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	font-size: 93%;
}
#toTop a:hover {
	color: #fbbc05;
}

#footer {
	background: #dddddd;
	clear: both;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

#footer .inner {
	width: 1024px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	display: table;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fbbc05;
}

#footer #fbox01 {
	width: 330px;
	display: table-cell;
}

#footer #fbox02 {
	display: table-cell;
	width: 245px;
	border-left: 1px solid #fff;
}

#footer #fbox03 {
	display: table-cell;
	width: 245px;
	border-left: 1px solid #fff;
}

#footer #fbox04 {
	display: table-cell;
	border-left: 1px solid #fff;
	position: relative;
}

#footer .inner ul {
	padding-left: 30px;
}

#footer .inner li {
	background: url(/blog/shared/images/arrowSWR.png) no-repeat left center;
	padding-left: 20px;
}

#footer #fLink {
	background: #e5f3fd;
}

#footer #fLink .inner {
	font-size: 93%;
	padding: 10px 0;
}

#footer #fLink .inner a {
	color:#202020;
}

#footer #fLink .inner p#copy {
	position: absolute;
	right: 0;
	top: 10px;
}

#footer #fbox04 .social {
	position: absolute;
	right: 0;
	top: 0;
}

.social01,
.social02 {
	float: left;
	padding-left: 15px;
}


/* balloonBox
---------------------------------------------*/
.column2 .balloon {
	width: 330px;
}

.balloon.fLeft:before {
	position: absolute;
	transform: rotate(180deg);
	right: -10px !important;
}

.balloon.fRight:before {
	position: absolute;
	top: 15px;
	left: -10px;
}


/* common
---------------------------------------------*/

button.type1 {
	background: #444;
	color: #fff;
	border-radius: 0 5px 5px 0;
	padding: 5px;
}

.btn.c {
	margin: auto;
}

.btn a:hover {
	opacity: 0.7;
}

.btn a span {
	display: inline-block;
}


.btn.type2 a {
	background: #444;
	color: #fff;
	vertical-align: middle;
}

.btn.type3 a {
	background: #d4d4d4;
	color: #333;
	vertical-align: middle;
	font-size: 100%;
	padding: 5px 10px;
}

.btn.type2 button {
	background: #ff9c00;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 10px 20px;
}

.btn.type2.c button {
	margin: 0 auto;
}

.btn.type2 button:hover {
	opacity: 0.7;
}

.btn.type3 button {
	background: #444;
	border: 0;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 5px 20px;
	margin: 0 auto;
}

.btn.type3 button:hover {
	opacity: 0.7;
}

.btn.type4 a {
	margin: 0 auto;
	background: #444;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 5px 20px;
	margin: 0 auto;
	display: inline-block;
} 

.btn.type4 a r {
}

/* arrow
---------------------------------------------*/
.arwType1OB span {
	display: inline-block;
	background: url(/blog/shared/images/arrowType1OB.png) no-repeat 80% center;
	padding-right: 10px;
    background-color: #444;
    border: 0;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    padding: 5px 30px 5px 15px;
}
.arwType1OT span {
	display: inline-block;
	background: url(/blog/shared/images/arrowType1OT.png) no-repeat 80% center;
	padding-right: 10px;
    background-color: #444;
    border: 0;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    padding: 5px 30px 5px 15px;
}
.arwType2OR span {
	display: inline-block;
	background: url(/blog/shared/images/arrowType2OR.png) no-repeat right center;
	padding-right: 20px;
}


.arrowBR a span {
	display: inline-block;
	background: url(/blog/shared/images/arrowBR.png) no-repeat left center;
	padding: 10px;
	padding-left: 20px;
	font-weight: bold;
}

#main h2 .arrowWR a {
	color: #fff;
}

#main h2 .arrowWR a:hover {
	color: #fbbc05;
}

#main h2 .arrowWR a span {
	display: inline-block;
	background: url(/blog/shared/images/arrowWR.png) no-repeat left center;
	padding: 10px;
	padding-left: 20px;
	font-weight: bold;
}

.ad {
	text-align: center;
}

.ad.wide p {
	width: 728px;
	height: 90px;
	background: #ccc;
	margin: 0 auto;
}

.attention {
	font-size: 79%;
	padding-left: 20px;
}

.attention a {
	color: #000;
}

.searchBtn {
	background: #0066cc;
	border-radius: 5px;
	text-align: center;
	display: block;
	padding: 5px;
}

img.iconL {
	max-width: 120px;
	max-height: 120px;
}

ul.disc li {
	padding: 0em 25px 1em;
	list-style: disc;
}

ul.ul01 {
}

ul.ul01 li {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

ul.ul02 {
}

ul.ul02 li a {
	background: url(/blog/shared/images/arrowType2OR.png) no-repeat left 7.5px;
	display: block;
	padding: 3px 0 3px 15px;
}

ul.ul03 li {
	float: left;
}

ul.column2 li {
	padding: 10px;
}

ul.column2 li .fRight {
	width: 300px;
}

ul.column3 li {
	float: left;
}

div.column2 .fRight,
div.column2 .fLeft {
	width: 340px;
}

.dl01 {
	display: table;
	height: 2.5em;
	line-height: 1.3;
	width: 100%;
	margin-bottom: 30px;
}

.dl01 dt {
	width: 33%;
	display: table-cell;
	border-bottom: 5px solid #444;
	vertical-align: middle;
	background: #eee;

}
.dl01 dd {
	display: table-cell;
	border-bottom: 5px solid #444;
	vertical-align: middle;
	padding-left: 15px;
}

.dl01 a {
	margin: 10px;
	padding-left: 0;
	display: block;
	vertical-align: middle;
	position: relative;
	color: #444;
	
}

.dl02 {
	display: table;
	height: 2.5em;
	line-height: 1.3;
	width: 100%;
	margin: 0 auto 30px;
}

.dl02 dt {
	width: 33%;
	display: table-cell;
	vertical-align: middle;
	background: #444;
	color: #fff;

}
.dl02 dd {
	display: table-cell;
	vertical-align: middle;
}

.dl02 a {
	margin: 10px;
	padding-left: 0;
	display: block;
	vertical-align: middle;
	position: relative;
	color: #444;
	
}

.dl03 {
	display: table;
	height: 2.5em;
	line-height: 1.3;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.dl03 dt {
	width: 33%;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	background: #eee;
	border-bottom: 1px solid #444;

}
.dl03 dd {
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #444;
}

.dl04 dt {
	padding: 20px 0 0;
	margin-bottom: 10px;
	vertical-align: middle;
	border-bottom: 2px solid #444;
	font-size: 110%;
	font-weight: bold;

}
.dl04 dd {
	padding: 5px 10px;
}

.dl04 dd:nth-child(even) {
	background: #eee;
}

.table01 {
	border: 1px solid #0066cc;
	border-width: 1px 1px 0 0;
}

.table01 th,
.table01 td {
	border: 1px solid #0066cc;
	border-width: 0 0 1px 1px;
}

.table01 th {
	text-align: center;
	background: #E7F3FF;
}



.table02 {
	width: 100%;
	border: 1px solid #0066cc;
	border-width: 1px 1px 0 0;
}

.table02 th,
.table02 td {
	border: 1px solid #0066cc;
	border-width: 0 0 1px 1px;
	padding: 10px;
}

.table02 th {
	background: #E7F3FF;
	text-align: left;
}

.border01 {
	border: 1px solid #ddd;
}

.border02 {
	border-bottom: 1px solid #444;
}

.border03 {
	border-top: 1px solid #444;
}

.border04 {
	border-bottom: 5px solid #d4d4d4;
}

.border06 {
	border-bottom: 1px solid #eee;
}

.border07 {
	border: 1px solid #444;
}

.border08 {
	border: 1px solid #5dc3a5;
}

.radio {
}

.bg01 {
	background: #444;
}

.bg02 {
	background: #eee;
}

.bgW {
	background: #fff;
}

.color1 {
	color: #0066cc;
}

.color2 {
	color: #ff9c00;
}

.color3 {
	color: #999;
}

.color4 {
	color: #c00;
}

.color5 {
	color: #5dc3a5;
}

#main .star {
	margin-top: 8px;
    line-height: 22px;
    vertical-align: middle;
    text-decoration: none;
}

.w60px .official::before {
    background: rgba(0, 0, 0, 0) url("https://img.talkmaker.com/shared/images/official.png") no-repeat scroll left top / contain ;
    content: "";
    height: 28px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 28px;
}

.floating {
    position: relative;
}
.floating .dspTbl {
    width: 100%;
}
.floating .dspTbl input[type=radio] {
    display: block;
    position: absolute;
}
.floating .dspTbl span {
    display: block;
    padding-left: 25px;
}
.floating .dspTbl li label {
    border-bottom: 5px solid #d4d4d4;
    margin: 5px;
    padding: 10px 0 5px 0;
    display: block;
    height: 1.5em;
    line-height: 1.3;
    vertical-align: middle;
    position: relative;
    width: 54px;
}
.color_box {
    margin-top: 5px;
    width: 20px;
    height: 20px;
}
.balloonBox {
	font-size: 16px;
}
.balloonBox .main_text a {
	color: #0000ff;
	text-decoration: underline;
}
.balloonBox .main_text a:hover {
	color: #fbbc05;
	text-decoration: underline;
}
#editArea {
	font-size: 16px;
}
#editArea a {
	color: #0000ff;
	text-decoration: underline;
}
#editArea a:hover {
	color: #fbbc05;
	text-decoration: underline;
}
.normal_link a {
	color: #0000ff;
	text-decoration: underline;;
}
.normal_link a:hover {
	color: #fbbc05;
	text-decoration: underline;
}