@charset "utf-8";

/************************************************/
/* 共通CSS */
/* LastUpdate 2013/03/04 11:55 */
/************************************************/

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

/************************************************/
/* FONT CSS */
/************************************************/
/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:12px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts { display: none; }




h2{
	font-size:28px;
	font-weight:bold;
}

h3{
	font-size:18px;
	font-weight:bold;
}


.spn11{ font-size:11px;}
a.fontspace {letter-spacing:-1px;}


/************************************************/
/* For SmartPhone Portrait */
/************************************************/
@media only screen and (max-width: 479px) { 

h2{
	font-size:20px;
}

h3{
	font-size:16px;
}


  
}

/************************************************/
/* For SmartPhone Landscape */
/************************************************/
@media only screen and (min-width: 480px) and (max-width: 769px) { 

h2{
	font-size:24px;
}

h3{
	font-size:18px;
}



}

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

/************************************************/
/* RESET CSS */
/************************************************/

/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*e
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#333;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
    vertical-align: bottom;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset-context { display: none; }

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

/************************************************/
/* 共通モジュール */
/************************************************/
/*==============================================*/
/* FLOAT */
/*==============================================*/
.left {float:left;}
.right {float:right;}
.clear {clear:both; font-size:0;}
.clearfix:after {content:"."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix {zoom:1;}


/*==============================================*/
/* FONTS */
/*==============================================*/
em, strong {
font-style:normal;
font-weight:bold;
}
.normal {font-weight:normal;}
.bold {font-weight:bold;}
.smallTxt {font-size:93%;} /* -1px */
.largeTxt {font-size:108%;} /* +1px */


/*==============================================*/
/* TEXT ALIGN */
/*==============================================*/
.txtleft {text-align:left;}
.txtright {text-align:right;}
.txtcenter {text-align:center;}


/*==============================================*/
/* VERTICAL ALIGN */
/*==============================================*/
.vmiddle {vertical-align:middle;}
.vbottom {vertical-align:bottom;}
.vbaseline {vertical-align:baseline;}


/*==============================================*/
/* MARGIN / PADDING */
/*==============================================*/
.mt5  {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}

.mr5  {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}

.mb5  {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}

.ml5  {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}

.pt5  {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}
.pt35 {padding-top:35px;}
.pt40 {padding-top:40px;}

.pr5  {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr20 {padding-right:20px;}
.pr25 {padding-right:25px;}
.pr30 {padding-right:30px;}
.pr35 {padding-right:35px;}
.pr40 {padding-right:40px;}

.pb5  {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pb35 {padding-bottom:35px;}
.pb40 {padding-bottom:40px;}

.pl5  {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px;}
.pl35 {padding-left:35px;}
.pl40 {padding-left:40px;}


/*==============================================*/
/* IME MODE */
/*==============================================*/
.ime-auto     {ime-mode:auto;}
.ime-active   {ime-mode:active;}
.ime-inactive {ime-mode:inactive;}
.ime-disabled {ime-mode:disabled;}



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

/************************************************/
/* 共通パーツ */
/************************************************/

/*==============================================*/
/* Base */
/*==============================================*/
html, body{
    background-color: #FFF;
    color: #333;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    margin: 0;
    min-height: 100%; 
    min-width: 1024px;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

a{
    color: #E62789;
    text-decoration: underline;
    outline:none;
}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}

/*==============================================*/
/* CommonParts */
/*==============================================*/
.mast {
    color: #FF0000;
}
.public {
    color: #E62789;
}
.errtxts {
    color: #FF0000;
}
.errtxt {
    color: #FF0000;
}
.errtxt:before {
    content: "●"
}
.onsen{
    background-image: url("../img/onsen.gif");
    background-position: left center;	
    background-repeat: no-repeat;
    padding-left: 1.5em;
}

/*==============================================*/
/* ContentsArea */
/*==============================================*/
#ContentsArea{
}

/*==============================================*/
/* Header */
/*==============================================*/
#HeaderArea{
    background-color: #F7F1A5;
    background-image: url(../img/com_head_bg_background.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    border-top: 15px solid #EA0A84;
    text-align: center;
    width: 100%;
}
#HeaderArea > .inner{
    height: 152px;
    margin: 0px auto;
    position: relative;
    text-align: left;
    width: 915px;
}

/* logo */
#HeaderArea .logo{
    background-image: url(../img/com_head_img_logo.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 106px;
    left: 0px;
    position: absolute;
    text-indent: -9999px;
    top: 17px;
    width: 387px;
}
#HeaderArea .logo a{
    display: block;
    height: 100%;
    width: 100%;
}

/* read */
#HeaderArea .read{
    color: #EA0A84;
    font-size: 18px;
    font-weight: bold;
    left: 430px;
    position: absolute;
    top: 12px;
}

/* to_entry */
#HeaderArea .to_entry{
    background-image: url(../img/com_head_btn_entry.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #EA0A84;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 88px;
    left: 420px;
    position: absolute;
    text-indent: -9999px;
    top: 40px;
    width: 501px;
}
#HeaderArea .to_entry:hover{
    background-position: left bottom;
}

/*==============================================*/
/* Title */
/*==============================================*/
#TitleArea{
    background-color: #000;
    margin-top: -4px;
    text-align: center;
    width: 100%;
}
#TitleArea > .inner{
    margin: 0px auto;
    text-align: left;
    width: 915px;
}
#TitleArea .title:before{
    background-image: url(../img/com_ico_icons.png);
    background-position: -50px 0;
    background-repeat: no-repeat;
    content: ">";
    display: block;
    height: 21px;
    left: 2px;
    position: absolute;
    text-indent: -9999px;
    top: 9px;
    width: 20px;
}
#TitleArea .title{
    color: #FFF;
    font-size: 21px;
    font-weight: bold;
    line-height: 26px;
    padding: 6px 6px 6px 35px;
    position: relative;
    vertical-align: bottom;
}
#TitleArea .title a{
    color: #FFF;
    padding: 0 5px;
    text-decoration: none;
}
#TitleArea .title a:hover{
    text-decoration: underline;
}

/*==============================================*/
/* Footer */
/*==============================================*/
#FooterArea{
    background-color: #F7F1A5;
    background-image: url(../img/com_foot_bg_background.png);
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    width: 100%;
}
#FooterArea > .inner{
    margin: 0px auto;
    padding: 37px 0 12px 0;
    position: relative;
    text-align: left;
    width: 915px;
}

#FooterArea .logo{
    background-image: url(../img/com_foot_img_logo.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 52px;
    left: 155px;
    position: absolute;
    text-indent: -9999px;
    top: 20px;
    width: 136px;
}
#FooterArea .links{
    background-image: url(../img/com_foot_bg_links.png);
    background-position: right top;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 0 310px;
    min-height: 33px;
    padding: 0 10px 0 10px;
    position: relative;
}
#FooterArea .links:before{
    background-color: #F7F1A5;
    background-image: url(../img/com_foot_bg_links.png);
    background-position: left top;
    background-repeat: no-repeat;
    content: "-";
    height: 33px;
    left: 0px;
    position: absolute;
    text-indent: -9999px;
    top: 0px;
    width: 10px;
}
#FooterArea .links .item{
    display: inline-block;
    line-height: 33px;
    vertical-align: middle;
}
#FooterArea .links .item a{
    border-left: 1px solid #E789B9;
    color: #FFF;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
}
#FooterArea .links .item a:hover{
    text-decoration: underline;
}
#FooterArea .links .item:first-child a{
    border-left: none;
}
#FooterArea .copy{
    background-color: #EA0A84;
    color: #FFF;
    padding: 6px 0;
    text-align: center;
}

/*==============================================*/
/*  MainArea */
/*==============================================*/
#MainArea{
    text-align: center;
    width: 100%;
}
#MainArea > .inner{
    margin: 0px auto;
    padding: 25px 0;
    text-align: left;
    width: 1024px;
}

#MainArea .container {
    max-width: 940px !important;
}
/*==============================================*/
/* WP-PRATS */
/*==============================================*/
/* 記事 */
.entry-articel{
    border: none;
    margin: 0;
    padding: 0 0 20px 0;
}
.entry-articel .entry-header{
    margin: 0 0 22px 0;
}
.entry-articel .entry-header .entry-title{
    color: #333;
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 5px 10px;
    font-size: 24px;
    font-weight: bold;
}
.entry-articel .entry-header .entry-title:before{
    background-image: url(../img/com_ico_icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "↓";
    height: 30px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 24px;
}
.entry-articel .entry-header .entry-title a{
    text-decoration: none;
}
.entry-articel .entry-header .entry-title a:hover{
    text-decoration: underline;
}
.entry-articel .entry-header .entry-meta{
    background-color: #E7E7E7;
    display: inline-block;
    margin: 0 0 0 45px;
    padding: 3px 5px;
}
.entry-articel .entry-header .entry-meta a{
    text-decoration: none;
}
.entry-articel .entry-header .entry-meta a:hover{
    text-decoration: underline;
}
.entry-articel .entry-content{
    background-image: url(../img/com_bg_separate.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #333;
    margin: 20px 0 10px 45px;
    padding: 0 0 20px 0;
}
.entry-articel .entry-content img{
    border: 2px solid #E62789;
}
.entry-articel .entry-footer{
    position: relative;
    margin: 0 0 10px 45px;
    min-height: 20px;
}
.entry-articel .entry-footer .edit-link{
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}
.entry-articel .entry-footer .entry-sns .sns_list:after{
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.entry-articel .entry-footer .entry-sns .sns_item{
    float: left;
    margin-right: 5px;
}
.entry-articel .entry-footer .entry-sns .sns_mi a{
    background-image: url(../img/com_ico_mixi.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}
.entry-articel .entry-summary{
    margin: 20px 0 10px 45px;
}
.entry-articel .entry-summary{
    color: #333;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 21px;
    padding-top: 8px;
}
.entry-articel .entry-summary p,
.entry-articel .entry-summary dl{
    margin-bottom: 15px;
}

.entry-articel .entry-summary .mailto_admin{
    background-color: #DDD;
    font-weight: bold;
    padding: 5px 10px;
}
.entry-articel .entry-summary .mailto_admin a{
    font-weight: normal;
}
.entry-articel .entry-summary .point dt:before{
    content: "◎";
    color: #E62789;
}

/* 右ナビ */
#secondary{
    margin-top: 0;
}
.widget-container{
    background-image: url(../img/com_bg_separate.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    border: 0;
}
.widget-container .widget-title{
    color: #E62789;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    padding: 6px 6px 6px 42px;
    position: relative;
}
.widget-container .widget-title:before{
    background-image: url(../img/com_ico_icons.png);
    background-position: -100px 0;
    background-repeat: no-repeat;
    content: "◎";
    display: block;
    height: 38px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 38px;
}
.widget-container .widget-title a{
    color: #E62789;
    font-weight: bold;
    text-decoration: none;
}
.widget-container .widget-title a:hover{
    text-decoration: underline;
}

.widget-container > ul{
    margin-left: 14px;
}
.widget-container > ul a{
    display: inline-block;
    font-weight: bold;
    line-height: 26px;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
}
.widget-container > ul a:hover{
    text-decoration: underline;
}
.widget-container > ul a:before{
    background-image: url(../img/com_ico_icons.png);
    background-position: -150px 0;
    background-repeat: no-repeat;
    content: "●";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 8px;
    width: 10px;
}

.widget-container > ul .children a{
    font-weight: normal;
    padding-left: 30px;
}
.widget-container > ul .children a:before{
    background-image: url(../img/com_ico_icons.png);
    background-position: -200px 0;
    background-repeat: no-repeat;
    content: "・";
    display: block;
    height: 10px;
    left: 2.8px;
    position: absolute;
    text-indent: -9999px;
    top: 8px;
    width: 10px;
}
.widget-banner{
    text-align: center;
}
.widget-banner .inner{
    margin: 0 auto;
}



/*==============================================*/
/*  MediaQuery */
/*==============================================*/
@media(min-device-width:980px){
}
@media (max-device-width: 979px) {
}
@media (max-width: 767px) {
    html, body{
        min-width: 0;
        width: 100%;
        overflow-x: hidden;
    }
    
    #HeaderArea > .inner{
        height: auto;
        padding: 10px 10px 14px 10px;
        text-align: center;
        width: auto;
    }
    #HeaderArea .logo{
        background-size: 170px 47px;
        height: 53px;
        margin: 0 auto 10px auto;
        position: static;
        width: 170px;
    }
    #HeaderArea .read{
        position: static;
        font-size: 14px;
        margin-bottom: 10px;
    }
    #HeaderArea .to_entry{
        background-size: 285px 99px;
        height: 49px;
        margin: 0 auto 10px auto;
        position: static;
        width: 285px;
    }
    
    #TitleArea > .inner{
        margin: 0px 10px;
    }
    
    #FooterArea > .inner{
        height: auto;
        padding: 20px 10px 12px 10px;
        text-align: center;
        width: auto;
    }
    #FooterArea .logo{
        display: none;
    }
    #FooterArea .links{
        margin: 0 auto;
    }
    #FooterArea .links .item a{
        font-size: 11px;
        padding: 0 5px;
    }

    #MainArea > .inner{
        padding: 22px 0;
        width: auto;
    }
    
    /* 記事 */
    .entry-articel{
        margin: 0 !important;
    }
    .entry-articel .entry-header .entry-title{
        padding: 0;
    }
    .entry-articel .entry-header .entry-title:before{
        display: none;
    }
    .entry-articel .entry-header .entry-meta{
        margin: 0;
    }
    .entry-articel .entry-content{
        margin-left: 0;
    }
    .entry-articel .entry-footer{
        margin-left: 0;
    }
    
    /* 右ナビ */
    .widget-container .widget-title{
        color: #E62789;
        font-size: 24px;
        font-weight: bold;
        line-height: 28px;
        padding: 0px 6px 0px 34px;
    }
    .widget-container .widget-title:before{
        background-position: -75px 0;
        background-size: 225px 37px;
        height: 28px;
        width: 28px;
    }
    .widget-container > ul{
        margin-left: 8px;
    }

}
@media (max-width: 319px) {
    #HeaderArea .logo{
        width: auto;
        height: auto;
    }
    #FooterArea > .inner{
        text-align: left;
    }
    #FooterArea .links{
        background: none;
        color: #333;
        list-style: disc;
        margin: 0 0 0 20px;
        padding: 0;
    }
    #FooterArea .links:before{
        display: none;
    }
    #FooterArea .links .item{
        display: list-item;
        line-height: 2;
        text-align: left;
    }
    #FooterArea .links .item a{
        border: none;
        color: #333;
        padding: 0;
    }
    #FooterArea .links .item a:first-child{
        padding: 0;
    }
}

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