@charset "utf-8";

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

	Reset

********************************************************/
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;
}

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;
	outline: none; 
}

img {
  vertical-align: bottom;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

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;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
    padding:3px 0px;
}


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

	Font

********************************************************/
body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック",sans-serif;
	color: #444;
	line-height :1.4;
	font-size:14px;
}


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

	Link

********************************************************/
a:link,a:visited {
	color: #3366cc;
	text-decoration: underline;
}

a:hover,a:active {
	color: #83b4ea;
	text-decoration: none;
}


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

	ClearFix

********************************************************/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}


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

	Layout

********************************************************/
html {
	text-align: center;
}

body {
	background: url(../../img/bg.gif) repeat left top;
	-webkit-text-size-adjust: none;
}

.innerBox {
	width: 100%;
	margin: 0 0;
	text-align: left;
}

/* Header ******************************************************/
#headerGlobal {
	width: 100%;
	background-color: #FFFFFF;
}

#headerGlobal .innerBox {
	position: relative;
	height: 70px;
}

#headerGlobal h1 a {
	background: url(../../img/head_logo_sp.gif) no-repeat;
	width: 320px;
	height: 70px;
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -160px;		
}

#headerGlobal nav {
	display: none;
}

#site-navigation {
	display: none;
}

/* スマホ用ナビ */
#navSp {
	background-color: #ab9dd0;
	text-align: left;		
}

#navBox {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	position: relative;
	border-bottom: 1px solid #907ebe;
}

#navSp #menuBtn {
	box-flex: 1.0;
	-webkit-box-flex:1.0;
	-moz-box-flex:1.0;
	width: 100px;
	border-right: 1px solid #c4b9e0;
	background:url(../../img/head_btn_menu_sp.gif) no-repeat 10px center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;	
	padding: 4px 0 0 36px;
}

@media only screen and  (-webkit-device-pixel-ratio: 2){
	#navSp #menuBtn {
		background:url(../../img/head_btn_menu_sp2.gif) no-repeat 10px center;
		-webkit-background-size:14px 14px;
	}
}

#navSp #searchBtn {
	width: 30px;
	height: 30px;
	border-left: 1px solid #907ebe;
	background:url(../../img/head_btn_search_sp.gif) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
}

@media only screen and  (-webkit-device-pixel-ratio: 2){
	#navSp #searchBtn {
		background:url(../../img/head_btn_search_sp2.gif) no-repeat center center;
		-webkit-background-size:20px 20px;
	}
}

/* スマホ用メニュー */
#menuSp {
	position: absolute;
	border: 0;
	left: 0;
	z-index: 9999;
	background-color: #ab9dd0;
	width: 100%;
	display: none;	
}

#menuSp ul {
	background-color: #f6f2ff;
	margin: 0 10px 5px;
}

#menuSp li {
	padding: 4px 0;
	margin-left: 15px;
}

#menuSp li a {
	background:url(../../img/head_menu_arrow_sp.gif) no-repeat 2px center;
	padding-left: 15px;
	font-size: 16px;
	color: #444;
	text-decoration: none;
}

@media only screen and  (-webkit-device-pixel-ratio: 2){
	#menuSp li a {
		background:url(../../img/head_menu_arrow_sp2.gif) no-repeat left center;
		-webkit-background-size:4px 8px;
	}
}

#menuSp .toggleMenu .openMenu {
	background:url(../../img/head_menu_arrow2_sp.gif) no-repeat left center;
}

@media only screen and  (-webkit-device-pixel-ratio: 2){
	#menuSp .toggleMenu .openMenu {
		background:url(../../img/head_menu_arrow2_sp2.gif) no-repeat left center;
		-webkit-background-size:8px 4px;
	}
}

#menuSp .toggleMenu ul {
	display: none;
}

/* スマホ用検索ボックス */
#searchSp {
	position: absolute;
	border: 0;
	left: 0;
	z-index: 9999;
	background-color: #ab9dd0;
	width: 100%;
	display: none;
}

#searchSp input[type="text"] {
	border:1px solid #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #f3f3f3;	
	padding: 2px 10px;
	width: 85%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 10px 0 10px 10px;
	font-size: 16px;
}

#searchSp input:-moz-placeholder {
	color: #999999;
}

#searchSp input::-webkit-input-placeholder {
	color: #999999;
}

/* 閉じるボタン */
#menuSp .close,
#searchSp .close {
	color: #FFFFFF;
	text-align: right;
	margin: 0 10px 5px;	
}

#menuSp .close span,
#searchSp .close span {
	background:url(../../img/head_btn_close_sp.gif) no-repeat left center;
	padding-left: 20px;	
}

@media only screen and  (-webkit-device-pixel-ratio: 2){
	#menuSp .close span,
	#searchSp .close span {
		background:url(../../img/head_btn_close_sp2.gif) no-repeat left center;
		-webkit-background-size:15px 15px;
	}
}


/* Container ******************************************************/
#container {
	width: 100%;
	text-align: left;
}

#contents {
	width: 100%;
}

#sideMenu {
	display: none;
}

#container #primary {
	padding: 0 10px;
}

/* Footer ******************************************************/
#footerGlobal {
	width: 100%;
	margin-top: 25px;
}

#footerGlobal #footer01 {
	width: 100%;
	background: url(../../img/foot01_bg01.gif) repeat-x 0 top #f6f6f6;
}

#footerGlobal #footer01 .innerBox {
	background: url(../../img/foot01_bg02_sp.gif) no-repeat right bottom;
	position: relative;
}

#footerGlobal #footer01 .innerBox div {
	padding: 25px 15px 15px;
}

#footerGlobal #pagetop  {
	position: absolute;
	top: -14px;
	right: 5px;
}

#footerGlobal #pagetop a {
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	width: 154px;
	height: 34px;
	display: block;
	background: url(../../img/foot_pagetop.gif);
}

#footerGlobal #siteMap01,
#footerGlobal .siteMap02 {
	display: none;
}

#footerGlobal .siteMap03 {
	text-align: center;
	margin-top: 5px;
}

#footerGlobal .siteMap03 li {
	display: inline;
	border-left: 1px solid #3366cc;	
	padding-left: 6px;
	margin-left: 3px;
	font-size: 11px;
}

#footerGlobal .siteMap03 li:nth-child(1) {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

#footerGlobal .siteMap03 li a {
	text-decoration: none;
	line-height: 1;
}

#footerGlobal #footer02 {
	width: 100%;
	background: url(../../img/foot02_bg.gif) repeat-x 0 top #ab9dd0;
	color: #FFFFFF;
	line-height: 1.4;
}

#footerGlobal #footer02 .innerBox {
	background: url(../../img/foot02_bg02_sp.gif) no-repeat right top;
}

#footerGlobal #footer02 #address {
	padding: 15px;
}

#footerGlobal #footer02 #copyright {
	display: none;
}

#footerGlobal .breadcrumbs {
height: 3em;
text-align: right;
margin: 0 auto;
padding:5px;
}

.entrypage h2 {
background: #DDDAF9;
padding: 3px;
font-size: 16px;
}

.entry-date {
margin-bottom: 20px;
text-align: right;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 16px;
}

.entry_margin{
    margin:0px 10px;
}

ul.page_midashi{
    overflow:hidden;    
}

ul.page_midashi li{
    float:left;
    width:90%;
    margin:5px;
    padding:10px;
    border:1px solid #ccc;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;
    list-style: none;
    background: url(../../img/list_back.png);
}

ul.page_midashi li a{
    background: url("../../img/side_arrow.gif") no-repeat scroll left center transparent;
    padding-left:16px;
    font-size:16px;
}

.red{
    color:#c00;
}