@charset "utf-8";
/*
Theme Name: Theme name
Author: Author
Author URI: 
*/

/********************************************
Common
********************************************/
img{
    vertical-align: bottom;
    max-width: 100%;
}
body{
    min-width: 320px; /* 背景が途切れるため コンテンツ幅に合わせる */
    font-size: 13px;
    color: #333;
}
h1,h2,h3,h4,ul{
    padding: 0;
    margin: 0;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.pc{
    display:block;
}
.mobile{
    display:none;
}
.shadow{
    -webkit-box-shadow: 1px 1px 4px #666;
    -moz-box-shadow: 1px 1px 4px #666;
    box-shadow: 1px 1px 4px #666;
    behavior: url(PIE.htc);
}
.round5{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius:5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
}
.top10{
    margin-top:10px;
}
.top20{
    margin-top:20px;
}
.top30{
    margin-top:30px;
}
.top40{
    margin-top:40px;
}
.top50{
    margin-top:50px;
}
.bot10{
    margin-bottom:10px;
}
.bot20{
    margin-bottom:20px;
}
.bot30{
    margin-bottom:30px;
}
.bot40{
    margin-bottom:40px;
}
.bot50{
    margin-bottom:50px;
}
.left{
    float:left;
}
.right{
    float:right;
}
.margin0{
    margin: 0;
}
.padding0{
    padding: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
.top_logo{
    width: 150px;
}
/*#wrapper{
    width: 400px;
    margin: 0 auto;
}
*/
.title_h1{
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #333;
    padding: 10px 0;
    text-align: center;
}
.title_h1 a{
    color: #FFF;
}
.title_h2{
    background: #2eb4ff;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}
.title_h2 a{
    color: #FFF;
}
.title_h2 a:hover{
    text-decoration: underline;
}
.title_h3{
    background: #03d2a4;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}
.title_h3 a{
    color: #FFF;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


@media only screen and (max-width:480px){
    .pc{
        display:none;
    }
    .mobile{
        display:block;
    }
    body{
        min-width: 320px;
    }
/*    #wrapper{
        width: 95%;
        margin: 0 auto;
    }
*/
}




/********************************************
Header
********************************************/
#headerWrap{
    background: #2eb4ff;
}
#header{
    max-width: 400px;
    margin: 0 auto;
    padding: 5px 0;
}
.top_line{
    text-align: center;
    background: #2e6dff;
    padding: 2px 0;
    color: #FFF;
}
.search_icon{
    float: right;
    color: #FFF;
    font-size: 25px;
    line-height: 40px;
    cursor: pointer;
}
@media only screen and (max-width:480px){
    #header{
        width: 95%;
    }
}


/********************************************
Top Page
********************************************/
#top_slider_wrap{
    background: #ddf2ff;
}
#top_slider{
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}
.list01 li{
    border-bottom: 1px solid #2eb4ff;
    padding-right: 10px;
    min-height: 80px;
    background: url(images/list01.svg) no-repeat;
    background-position: right center;
    background-size: 7px;
}
.list01 li a{
    padding: 10px 10px 10px 0;
    display: table;
    width: 100%;
}
.list01 .thumb{
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left;
}
.list02 li{
    padding-left: 25px;
    background: url(images/list02.svg) no-repeat;
    background-position: left 3px;
    background-size: 18px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
}
.list03 li{
    float: left;
    width: 18%;
    margin: 0 1%;
}
@media only screen and (max-width:480px){
    #top_slider_wrap,
    #top_slider{
        width: 100%;
    }
}


/********************************************
Footer
********************************************/
.caution{
    background: #ddf2ff;
    color: #2eb4ff;
}
#copy{
    text-align: center;
    background: #2e6dff;
    padding: 2px 0;
    color: #FFF;
}
.linkWrap{
    background: #2eb4ff;
    color: #fff;
    padding: 20px 0;
}
ul.link{
    width: 400px;
    margin: 0 auto;
    text-align: center;
}
ul.link li{
    border-right: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 11px;
}
ul.link li:last-child{
    margin: 0;
    padding: 0;
}
ul.link li a{
    color: #fff;
}
ul.link li:last-child{
    border-right: none;
}
@media only screen and (max-width:480px){
    ul.link{
        width: 95%;
        margin: 0 auto;
    }
}


/********************************************
アプリ
********************************************/
.app_box{
    background: #EEE;
}
.app_box .thumb{
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 10px;
}
.app_box02{
    background: #d9f8f1;
}
.app_fuki{
    padding: 10px;
    border: 1px solid #2e6dff;
    background: #FFF;
    display: table-cell;
    color: #2e6dff;
    font-weight: 700;
}
.app_title{
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.title01{
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}
.title02{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
.star{
    width: 18px;
}
.stars{
    line-height: 18px;
}
@media only screen and (max-width:480px){
}


/********************************************
Button
********************************************/
.button01{
    background: #2e6dff;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    width: 100px;
    float: right;
}
.button02{
    background: #2e6dff;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    width: 100%;
}
.button01 a{
    padding: 5px 10px;
    color: #fFF;
    display: block;
}
.button02 a{
    padding: 10px 10px;
    color: #fFF;
    display: block;
}
.button03{
    margin-top: 3px;
    background: #2e6dff;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    float: right;
    padding: 3px 10px;
    font-size: 10px;
}
@media only screen and (max-width:480px){
}


/********************************************
アプリ一覧
********************************************/
.main_picture img{
    width: 100%;
    height: auto;
}
.main_picture{
    position: relative;
}
.main_picture h1.title{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.428em;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFF;
    background: rgba(0,0,0,0.5);
    padding: 10px;
}
@media only screen and (max-width:480px){
}


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

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

@media only screen and (max-width:480px){
}


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

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

@media only screen and (max-width:480px){
}


/********************************************
Title
********************************************/
.title03{
    font-weight: bold;
    background: url(images/mark01.svg) no-repeat;
    background-position: left center;
    background-size: 10px;
    padding-left: 15px;
}
@media only screen and (max-width:480px){
}


/********************************************
Search Form
********************************************/
.search_form{
    width: 400px;
    margin: 0 auto;
    display: none;
    padding: 20px 0;
}
.search_form .form_osusume label,
.search_form .form_order label{
    width: 50%;
    float: left;
}
.search_form .form_price label{
    width: 33.333%;
    float: left;
}
.submit{
    width: 150px;
    margin: 0 auto;
}
.submit button{
    width: 100%;
    background: #2e6dff;
    color: #FFF;
    padding: 10px 0px;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius:5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
}
input{
    margin-right: 10px !important;
}
@media only screen and (max-width:480px){
    .search_form{
        width: 95%;
    }
}


/********************************************
Contact Form
********************************************/
label{
    width: 100%;
}
@media only screen and (max-width:480px){
}


/********************************************
SNS
********************************************/
.wp_social_bookmarking_light{
    border: 0;
    padding: 10px 0 20px 0;
    margin: 0 auto;
    width: 400px;
}
.wp_social_bookmarking_light div{
    float: left;
    border: 0;
    padding: 0;
    margin: 0 5px 0px 0;
    min-height: 30px;
    line-height: 18px;
    text-indent: 0;
}
.wp_social_bookmarking_light img{
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.wp_social_bookmarking_light_clear{
    clear: both;
}
#fb-root{
    display: none;
}
.wsbl_twitter{
    width: 100px;
}
.wsbl_facebook_like iframe{
    max-width: none;
}
.wsbl_pinterest a{
    border: 0px;
}.wsbl_google img{
    width: 20px;
    height: 20px;
}
.wsbl_twitter{
    width: auto;
}
.sns_button{
    width: 400px;
    margin: 20px auto;
}
.sns_button a{
    margin-right: 5px;
}
@media only screen and (max-width:480px){
    .wp_social_bookmarking_light{
        width: 95%;
    }
    .sns_button{
        width: 95%;
    }
}


/********************************************
BOX
********************************************/
.box00{
    background: #FFF;
    padding: 10px;
}
.box01{
    width: 400px;
    margin: 0 auto;
    padding: 20px 0;
}
.box02{
    background: #ddf2ff;
}
.box03{
    width: 400px;
    margin: 0 auto;
}
.box04{
    width: 400px;
    margin: 0 auto;
}
@media only screen and (max-width:480px){
    .box01,
    .box03{
        width: 95%;
    }
    .box04{
        width: 100%;
    }
}


/********************************************
pager
********************************************/
.pagenation {
    margin: 50px 0 0 0;
    text-align: center;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #333;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #333;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

@media only screen and (max-width:480px){
}


