@charset "utf-8";

/* Table Of Contents
----------------------------------------

# Reset 'Browser standard style'
# General Elements
# html & body
# content
# clearfix
# web font

----------------------------------------*/


/* # Reset 'Browser standard style'
---------------------------------------------------------------------------- */

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, figure, figcaption, 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, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	overflow-anchor: none;
}

ol, ul { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

fieldset {
	border: none;
}

input, textarea, select, label {
	font-size: 100%;
	vertical-align: middle;
}

select,
textarea {
       padding: 2px;
}

label, button {
	cursor: pointer;
}

textarea {
	overflow: auto;
	color: #000000;
	}

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

a {
	vertical-align: baseline;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: bottom;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

object {
	outline: none;
	vertical-align: middle;
}

blockquote, q {
	quotes: none;
}

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

code {
	font-family: monospace;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

small {
	font-style: normal;
}

ins {
	text-decoration: none;
}

mark {
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

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

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

hr {
	display: none;
}

pre {
	font-family: monospace;
}

rt { text-align: center; }

rp { display: none; }

optgroup { font-style: normal; }


/* # General Elements
---------------------------------------------------------------------------- */

a {
	color: #222;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2;
}

table {
	width: 100%;
}

label {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}


/* # html & body
---------------------------------------------------------------------------- */

html {
	-webkit-text-size-adjust: none;
}

body {
	color: #222;
	/*font-family: 'Avenir-Book','Futura',"メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;*/
	font-family: Roboto, 'Droid Sans', '游ゴシック', YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	min-width: 320px;
}


/* # header
---------------------------------------------------------------------------- */

#header {
	/*background: url(/common/images/bg_header.gif) no-repeat right top;*/
}

#header .headerInner {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

#header .headerInner #logo {
	float: left;
	padding-top: 9px;
}

#header .headerInner #logo img{
	width: 150px;
}

#header .headerInner h1 {
	display: table-cell;
	width: 68%;
	padding-left: 7px;
}

#header .headerInner h1 img {
	width: 99%;
}

#header .headerInner h1 .logo_no_sticky {
	position: relative;
	display: block;
	width: 76px;
	margin-left: 22px;
	padding-top: 25px;
}

#header .headerInner h1 .logo_no_sticky:before {
	content: '自分に戻れる私の居場所';
	position: absolute;
	left: -15px;
	top: 9px;
	display: block;
	width: 115px;
	font-size: 10px;
	color: #000;
}

#header .headerInner h1 .logo_no_sticky img {
	width: 100%;
}

#header .headerInner p.linkList {
	display: table-cell;
	width: 32%;
	min-width: 85px;
	padding-right: 7px;
	text-align: right;
}

#header .headerInner p.linkList a {
	background: url(/common/images/ico_arrow01.gif) no-repeat left center;
	padding: 0 0 0 15px;
}


#header .banner {
/*	background: #e58ea7;*/
	border-top: 1px solid #c5c5c5;
	text-align: center;
}

#header .headerInner p.description {
	clear: both;
	float: none;
	font-size: 10px;
	text-align: left;
}


/* # content
---------------------------------------------------------------------------- */

#content .bh {
	background: #e58fa8;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 9px 4px;
}

#content .bh img {
	margin-right: 4px;
	vertical-align: middle;
}

#content .bh span {
	font-weight: bold;
	vertical-align: middle;
}

#content .search_read {
	margin: 15px 10px 0;
}

#content .search_read strong {
	font-size: 1.2rem;
}

#content .PostTitlebg02
 {
	color: #eedde2;
	padding: 0 10px;
	margin: 0 0 14px 0;
	line-height: 1.5;
	background-color: #a62662;
	border-top: 1px solid #eedde2;
}


/* # footer
---------------------------------------------------------------------------- */

#footer .footerNav ul {
	clear:both;
	margin-top: 10px;
	text-align: center;
}

#footer .footerNav ul li {
	background: url(/common/images/bg_line01.gif) no-repeat 0 1px;
	display: inline-block;
	margin: 0 0 10px 1px;
	padding: 0 6px 0 10px;
}

#footer .footerNav ul li:first-of-type {
	background: none;
	padding: 0 6px 0 1px;
}

#footer #copy {
	background: #ccc;
	color: #fff;
	padding: 1px 0 2px;
	text-align: center;
}


/* # clearfix
---------------------------------------------------------------------------- */

#header .headerInner:after {
	content: "";
	clear: both;
	display: block;
}


/* # web font
---------------------------------------------------------------------------- */

@font-face {
	font-family: 'modernpics';
	src: url('/common/font/modernpics.otf');
	font-weight: normal;
	font-style: normal;
}

.modernpicsM {
	font: 17px/16px 'modernpics',"HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 16px !important;
}


/* jFontSize */
.jfontsize-button {
    font: bold 12px;
    padding: 4px;
    margin:2px;
    border: solid 1px #ccc;
}

.jfontsize-button:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
    border: solid 1px #333;
}

.jfontsize-disabled, .jfontsize-disabled:hover {
    color: #aaa;
    border: solid 1px #eee;
    background: #eee;
}
