@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-size:74.5%;
	font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	color:#333;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}

strong{
	font-weight:bold;	
}

form div{padding: 10px 20px;}
.text, textarea, .dropdown{
    border:1px solid #777;
    padding: 5px;
    color: #111;
    background: #fff;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
     
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}


input.submit{
  margin-top:10px;
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: bold;
  font-family: sans-serif;
  font-size:130%;
  color: #fff;
  font-size: 12px;
  background-color: #00BFA9;
  background-image: -webkit-linear-gradient(top, #00c4ae 0%, #17d1bb 48%, #00BFA9 49%, #00BFA9 82%, #00dbc2 100%);
  background-image: -moz-linear-gradient(top, #00c4ae 0%, #17d1bb 48%, #00BFA9 49%, #00BFA9 82%, #00dbc2 100%);
  background-image: -o-linear-gradient(top, #00c4ae 0%, #17d1bb 48%, #00BFA9 49%, #00BFA9 82%, #00dbc2 100%);
  background-image: linear-gradient(top, #00c4ae 0%, #17d1bb 48%, #00BFA9 49%, #00BFA9 82%, #00dbc2 100%);
  border-color: hsl(173, 45%, 37%);
  -webkit-box-shadow: inset 0 0 1px 1px #00f2d6, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #00f2d6, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #00f2d6, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #00594f;
  -moz-text-shadow: 1px 1px 1px #00594f;
  -o-text-shadow: 1px 1px 1px #00594f;
  text-shadow: 1px 1px 1px #00594f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 30px 12px 30px;
}

button#back{
	margin-left:10px;
display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #1C1C1C;
  font-size: 12px;
  background-color: #C9CFC3;
  background-image: -webkit-linear-gradient(top, #ccd1c6 0%, #ddd 48%, #C9CFC3 49%, #C9CFC3 82%, #d7dbd3 100%);
  background-image: -moz-linear-gradient(top, #ccd1c6 0%, #ddd 48%, #C9CFC3 49%, #C9CFC3 82%, #d7dbd3 100%);
  background-image: -o-linear-gradient(top, #ccd1c6 0%, #ddd 48%, #C9CFC3 49%, #C9CFC3 82%, #d7dbd3 100%);
  background-image: linear-gradient(top, #ccd1c6 0%, #ddd 48%, #C9CFC3 49%, #C9CFC3 82%, #d7dbd3 100%);
  border-color: hsl(0, 0%, 61%);
  -webkit-box-shadow: inset 0 0 1px 1px #f9faf9, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #f9faf9, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #f9faf9, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #96a28a;
  -moz-text-shadow: 1px 1px 1px #96a28a;
  -o-text-shadow: 1px 1px 1px #96a28a;
  text-shadow: 1px 1px 1px #96a28a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 30px 12px 30px;
}

/*--------------------------------------------------------------------
Link
--------------------------------------------------------------------*/

a,
a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:active {
	color: #777777;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

h3{
	font-size:120%;
	font-weight:bold;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-top:0px;
	margin-bottom:10px;
	min-width:500px;
	background:#eeeeee;
	border-bottom:1px solid #cccccc;
	color:#000;
	padding:5px;
}



#header h1 {
	padding:5px 15px 0;
}

#h_logo{
	padding-left:10px;
	padding-top:5px;
	background-color:#;
	float:left;		
}

#h_setumei{
	padding-top:10px;
	padding-right:10px;
	float:right;
	width:300px;
}

ul#topmini{
text-align:center;
}

li#topmini{
display:inline-block;
padding-right:1em;
/display:inline;
/zoom:1;
}

li#topmini a{
	text-decoration:none;
	padding:0.5em;
}

#header p#siteDescription {
	padding:0 15px 10px 30px;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/
#footer {
	clear:both;
	width: 100%;
	height: 60px;/*wrap-btm（フッター）の高さ*/
	background-color: #eee;
	text-align: left;
	margin: 0 auto;
	border-top:#9CC solid 1px;

}

#foot-inner {
	padding: 10px;
}

#footer #nav_btm {
	float: left;
}

#footer #nav_btm ul li {
	list-style: none;
	padding: 0 5px 0 0;
	float: left;
}

#footer .copyright {
	padding-top:30px;
	float: right;
	font-family: 'Skranji', cursive;
}


/*-----------------------------------------------
 __main
-----------------------------------------------*/

#main {
	float:left;
	width:100%;
}


/* __inner
------------------------------------------*/

.inner {
	min-width:350px;
	margin:0 0 15px 200px;
	padding:10px 15px 5px;
	background:#fff;
}

#main .inner h2 {
	margin-bottom:10px;
	font-size:180%;
}


/*-----------------------------------------------
 __sub
-----------------------------------------------*/

#sub {
	float:left;
	width:200px;
	margin-left:-100%;
	margin-bottom:15px;
	padding:15px 0 0 0;
	background:#fff;
}

#sub h3 {
	margin-bottom:5px;
	margin-left:15px;
	font-size:100%;
	letter-spacing: 1px;
}

#sub ul {
	margin:0 15px 20px;
}

#sub ul li {
	padding:3px 5px;
	border-bottom:1px solid #CCC;
}

#sub ul li a {
	text-decoration:none;
}

#sub ul li a:hover {
	text-decoration:underline;
}

/*-----------------------------------------------
 TOPミニロゴ
-----------------------------------------------*/
.topminilogo{
	padding-left:10px;
	padding-right:5px;
	padding-top:3px;
	float:left;
}

/*-----------------------------------------------
 画像アップロード用枠
-----------------------------------------------*/

#preview {
	font-size: 10px;
	text-align:left;
	margin-top: 20px;
	line-height:300px;
	padding-right:10px;
}

#preview div{
	border: 1px dotted #ccc;
	height: 300px;
	width: 100%;
	margin: auto;
	line-height:300px;
	background-image:url(../images/imagearea_bg.png);
	background-repeat:repeat;
}

#preview img {
	display:block;

}

#menuArea{
	margin-top:15px;
}

#fileinfo{
	margin-top:10px;
	padding:5px;
	text-align:right;
	background-color:#E0EEEE;	
	width:99%;
}


/*-----------------------------------------------
 tab枠
-----------------------------------------------*/

#tabs {
    width:99%;
    margin:20px 15px 20px 0px;
	font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height:1.5em;
}
ul#icons {
    margin: 0; 
    padding: 0;
}
ul#icons li {
    margin: 2px; 
    position: relative; 
    padding: 4px 0; 
    cursor: pointer; 
    float: left;  
    list-style: none;
}
ul#icons span.ui-icon {
    float: left; 
    margin: 0 4px;
}

/*-----------------------------------------------
フィルターのリスト横並べ
-----------------------------------------------*/
li#filterlist{
display:inline-block;
padding-right:1em;
/display:inline;
/zoom:1;
}

/*-----------------------------------------------
エラーメッセージ
-----------------------------------------------*/
.errormsg{
	color:#F00;
	padding:10px;
	font-size:120%;
	text-align:center;
}


.post_img{
	display:inline-block;
    position:relative;
    overflow:hidden;
    border-radius:3px;
    background:#9DCCE0;
    color:#fff;
    text-align:center;
    padding:5px;
    line-height:30px;
    width:950px;
    cursor:pointer;
	margin-top:5px;
}