/*
Theme Name: stingerplus child
Template: stingerplus
Version: 20160525
*/
@import url('../stingerplus/style.css');

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ(960px以上)
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
 
main {
        margin-right: 320px;
        margin-left: 0px;
        background-color: #fff;
        border-radius: 4px;
        padding: 10px 26px 10px;
    }



/*-- ここまで --*/
}

div#breadcrumb a {
     background: #2F4F4F;
color: #000000;
     padding: 2px 4px 1px 7px;
     border-radius: 2px;
     margin-right: 5px;
}
div#breadcrumb a:hover { 
    background: #FF8C00;
	color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

a {
color: #1111cc;
}

/*-- 横幅 --*/
#wrapper {
	max-width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
	overflow:hidden;
}
