
















































@font-face {
  font-family: 'My-Web-Font';
  src: url('http://sr-shinjukushibu.jp/wp-content/plugins/home/sr-shinjukushib2/www/sr/wp-content/themes/shinjukusr/css/my_plugin_name/fonts/font-name.eot')
  src: url('http://sr-shinjukushibu.jp/wp-content/plugins/home/sr-shinjukushib2/www/sr/wp-content/themes/shinjukusr/css/my_plugin_name/fonts/font-name.eot??#iefix') format('embedded-opentype'),
       url('http://sr-shinjukushibu.jp/wp-content/plugins/home/sr-shinjukushib2/www/sr/wp-content/themes/shinjukusr/css/my_plugin_name/fonts/font-name.woff') format('woff'),
       url('http://sr-shinjukushibu.jp/wp-content/plugins/home/sr-shinjukushib2/www/sr/wp-content/themes/shinjukusr/css/my_plugin_name/fonts/font-name.ttf') format('truetype'),
       url('http://sr-shinjukushibu.jp/wp-content/plugins/home/sr-shinjukushib2/www/sr/wp-content/themes/shinjukusr/css/my_plugin_name/fonts/font-name.svg#font-name') format('svg')
}




/*　リセットCSS
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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

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


a:link { color:#006666; }
a:visited { color:#006666; }
a:hover { color:#006666;  }
a:active { color:#006666; }

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* リセット部分ここまで*/




/* レイアウトベース*/
body{
	border-top:# 5px solid;
	font-family:"游ゴシックmedium", "Yu Gothic medium", YuGothic, sans-serif;"
	font:medium
}



/* ヘッダー*/


#header a:link,#header a:visited,#header a:hover,#header a:active { color:black; text-decoration:none; }




#header{
	padding:0px 0;
	border-top:#ffffff 5px solid;
	background:#ffffff;
	margin-top:5px;
}

#header .inner{
	width: 1000px;
	background:#ffffff;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	height:90px;
    margin-top:10px;

}

#header .inner p{
   margin-top:12px;
   }


h1{
	position:absolute;
	left:35px;
	top:50%;
	margin-top:-18px;
	clear:left;
	float:left;
	font-size: 28px;
}


.mark1{
background-image:url(http://sr-shinjukushibu.jp/wp-content/themes/shinjukusr/img/mark.jpg);
width:40px;
height:30px;
background-size:cover;
margin-top:5px;

}


h1.mae_gazou {

  font-weight: bold;
  font-size: 180%;
  margin-top:-10px;
}




.button1 {
	position: absolute;
	left:800px;
	top: 80px;
	margin-top: -50px;
		}


.sample {
	float:right;
	width:130px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 8px;
    color:#fff;
	background-color:#49a9d4;
	background-color:#34904a;
	border-radius:5px;
	box-shadow:2px 2px #1a6ea0;
	text-shadow:-1px -1px #555;   
}


/* グローバルナビ*/
#gnav{
	background:#2582b5;
	height:51px;
	margin-top:20px;
}

#gnav ul{
	width:940px;
	margin: auto;
	padding-top:6px;
	/*border-right:#fff 1px solid;*/
	overflow:hidden;
}

#gnav li{
	float:left;
	width:232px;
	/*border-left:#fff 1px solid;*/
	list-style:none;
 border-left: 1px solid #fff;
  border-right: 1px solid #fff;


}

 
#gnav li+ li {
  border-left: 0;
  border-right: 1px solid #fff;
}




#gnav li.gnav05{
	width:232px;
	}


#gnav a{
	display:block;
	padding:12px 0;
	text-align:center;
	text-decoration:none;
	color:#fff;

}

#gnav a:hover{
	background:#0b476f;
}



/*フッター*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 10px;
	z-index:9999;
}
.pagetop a {
    display: block;
    background-color:#960;
    text-align: center;
    color:#CB9696;
    font-size: 25px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color:#960 ;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



#footer{
	clear:both;
	background:#2582b5;
	height:10px;
		text-align:center;
		padding:80px 0px 20px 0px;
		font-size:12px;
}

#footer_shibuin{
clear:both;
background:#34904a;
	height:10px;
		text-align:center;
		padding:80px 0px 20px 0px;
		font-size:12px;
}



/*他バージョンヘッダー*/
#gnav_header2{
	background:#34904a;
	height:20px;
	margin-top:20px;
    }








/*フローティングメールマガジンの入り口*/

.leftout {
	font-size:12px;
	padding: 5px;
	padding-top:15px;
	width: 230px;
	position:fixed;
	right: 60px;
	bottom: 10px;
	height:250px;
	z-index:9999;
	background-color:white;
	box-shadow:rgba(235,235,235, 0.99098) 0px 0px 2px 2px;
-webkit-box-shadow:rgba(235,235,235,0.99098) 0px 0px 2px 2px;
-moz-box-shadow:rgba(235,235,235, 0.99098) 0px 0px 2px 2px;
}

.leftout2{
	font-size:12px;
	width: 230px;
	position:fixed;
	right: 65px;
	bottom:20px;
	height:0px;
	z-index:999;
	
}


.leftoutunder{
	font-size:12px;
	width: 230px;
	position:fixed;
	right: 80px;
	bottom: 15px;
	height:23px;
	z-index:9900;
	box-shadow:rgba(235,235,235, 0.99098) 0px 0px 2px 2px;
-webkit-box-shadow:rgba(235,235,235,0.99098) 0px 0px 2px 2px;
-moz-box-shadow:rgba(235,235,235, 0.99098) 0px 0px 2px 2px;
}


.modal-content {
	display:none;
	font-size:12px;
	padding: 5px;
	padding-top:15px;
	width: 230px;
	position:fixed;
	right: 60px;
	bottom: 10px;
	height:250px;
	z-index:9999;
	background-color:white;
	box-shadow:rgba(235,235,235, 0.99098) 0px 0px 2px 2px;
-webkit-box-shadow:rgba(235,235,235,0.99098) 0px 0px 2px 2px;
-moz-box-shadow:rgba(235,235,235, 0.99098) 0px 0px 2px 2px;
}

.leftoutin{
	text-align:left;
	margin-top:-20px;
    margin-left:-5px;
	width:240px;
	height:23px;
     cursor: pointer; 
	background-color:#308343;

}



.leftoutin p{
	color:white;
	z-index:999999;
	margin:5px;
	line-height:200%;
	
}

.leftoutcopy{
    overflow:auto;
    height:230px;
    margin-top:10px;
    }

.p2{font-size:6px;
	margin-top:-10px;}


.leftoutcopy p{
	font-size:10px;
	margin-top:5px;
}

.leftoutcopy span{
margin-top:3px;
}


.leftout img{
	position:relative;
   left:200px;
}

.close{
	color:white;
	position:absolute;
	top:5px;
	right:10px;
	z-index:99999999;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}




.formarea1{
width:150px;
height:19px;
font-size:95%;
}

.formarea3{
width:180px;
height:70px;
font-size:95%;
}


.leftoutin{
color:white;
}


.leftoutin a:link { color:white; }
.leftoutin a:visited { color:white; }
.leftoutin a:hover { color:white;  }
.leftoutin a:active { color:white; }

/*フローティングメルマガおわり*/