/* カスタム CSS をここに入力してください */
p { width : 65% ; }
p { max-width : 100% ; }
h1.pagetitle{
		font-family:Times New Roman !important;
		font-size:11pt !important;
		font-weight:normal;
		color:#888888;
}
#footer{
		font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		font-size:7pt !important;
		font-weight:100 !important;
		color:#888888;
}
body { 
		font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
p { 
text-align: justify;
text-justify: inter-ideograph;
}
p{ 
width:700px;
margin-right: auto;
margin-left : auto;
}
.logo {
		width:256px;
		height:75px;
		text-align:center !important;
		margin-right:auto !important;
		margin-left:auto !important;
}
.logo a img {
		width:256px;
		height:75px;
}
.ngg-galleryoverview {
    text-align: center !important;
    overflow: hidden;
    width: 100% !important;
    clear:both;
    display:block !important;
}
.ngg-gallery-thumbnail-box {
    display: inline-block !important;
    float: none !important;
}
h1 {text-align: center}
a:hover img{
opacity:0.7;
}
/* --- お問い合わせフォームのカスタマイズ --- */
/* 入力部分 */
.wpcf7 select, input[type="email"], input[type="text"], textarea {
width: 96%; /* 最大の幅 */
font-size: 100%; /* フォントの大きさ */
padding: 0.5em; /* 文字と入力枠の間の余白（0.5文字を指定）*/
border: 1px solid #ccc; /* 枠の指定 */
border-radius: 4px; /* コーナーを微妙に丸く */
}
/* 送信ボタン */
.wpcf7 input[type="submit"] {
width: 270px; /* ボタンの幅 */
font-size: 18px; /* フォントの大きさ */
font-weight: bold; /* 太文字 */
text-align: center; /* 位置を中央に */
text-decoration:none; /* 文字の下線は消す */
color: #ffffff; /* 文字色 */
background: #49a9d4; /* ボタンの背景色 */
padding: 10px 40px; /* ボタンの余白 */
border-radius: 5px; /* ボタンの角を丸く */
border: 0; /* ボタンの枠線を消す */
border-bottom : 1px solid #757575 ; /* 下部にだけ1pxの線を引く */
}
.wpcf7 input[type="submit"]:hover {
opacity: 0.5; /* マウスオンで半透明にする */
}
/* コンタクトフォームの注意書きボックス */
.samplebox {
border: 1px solid #DADADA; /* ボックスの枠線 */
padding: 20px; /* ボックスの内側余白（上下左右20px） */
margin: 18px 0px; /* ボックスの外側余白（上下に18px） */
}

/* 「portfolio」ページの写真サムネイルの枠線を消す */
.ngg-gallery-thumbnail {
  border:none !important; 
}